From 0868e442ce10e983db2401c07011ea456e8f4a52 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 00:09:06 -0400 Subject: [PATCH] reverting to regular text in nav, since list items do not show up as expected in markdown. --- website/local.css | 6 +----- website/templates/nav.mdwn | 12 ++++++------ 2 files changed, 7 insertions(+), 11 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; -} diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn index e61a84b..33ab8ce 100644 --- a/website/templates/nav.mdwn +++ b/website/templates/nav.mdwn @@ -3,11 +3,11 @@ - + [[WHY?|why]] - + [[DOWNLOAD|download]] - + [[DOCUMENTATION|doc]] - + [[NEWS|news]] - + [[COMMUNITY|community]] - + [[BUGS|bugs]] +[[WHY?|why]] +[[DOWNLOAD|download]] +[[DOCUMENTATION|doc]] +[[NEWS|news]] +[[COMMUNITY|community]] +[[BUGS|bugs]] -- 2.25.1