diff options
author | isaacs <i@izs.me> | 2012-08-15 17:33:03 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-08-15 17:33:03 -0700 |
commit | c0558ff7748849ecb8d0224fd5f8c83c66502db6 (patch) | |
tree | ff0444d60c98f5e79970649fdfc7f40ee1ae7df5 /doc | |
parent | 073c7b4d083384cde62bcc4009f34888f44c793e (diff) | |
download | node-new-c0558ff7748849ecb8d0224fd5f8c83c66502db6.tar.gz |
website: fix font-size on 'explore' list items
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pipe.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |