From c0558ff7748849ecb8d0224fd5f8c83c66502db6 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 15 Aug 2012 17:33:03 -0700 Subject: [PATCH] website: fix font-size on 'explore' list items --- doc/pipe.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/pipe.css b/doc/pipe.css index 392589daff..56d27d2ca7 100644 --- a/doc/pipe.css +++ b/doc/pipe.css @@ -413,6 +413,7 @@ h1 a, h2 a, h3 a, h4 a } #explore li { + font-size:12px; list-style-type: none; color: #d2d8ba; line-height: 14px;