summaryrefslogtreecommitdiff
path: root/website/local.css
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:09:06 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:09:06 -0400
commit0868e442ce10e983db2401c07011ea456e8f4a52 (patch)
tree8a984423790f9d6e3951501b2d9231eb916e0a2b /website/local.css
parent6df368aae1e2d929a7c91b72de0d79c875701b63 (diff)
reverting to regular text in nav, since list items do not show up as expected in markdown.
Diffstat (limited to 'website/local.css')
-rw-r--r--website/local.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/website/local.css b/website/local.css
index 19b05f2..5764265 100644
--- a/website/local.css
+++ b/website/local.css
@@ -50,6 +50,7 @@ table.sitenav {
border-bottom: 2px solid black;
padding: 0px;
width: 100%;
+ font-size: larger;
}
table.sitenav img.logo {
@@ -58,8 +59,3 @@ table.sitenav img.logo {
vertical-align: bottom;
}
-table.sitenav li {
- display: inline;
- margin: 1em;
- font-size: larger;
-}