diff options
Diffstat (limited to 'website/local.css')
-rw-r--r-- | website/local.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css index 5764265..19b05f2 100644 --- a/website/local.css +++ b/website/local.css @@ -50,7 +50,6 @@ table.sitenav { border-bottom: 2px solid black; padding: 0px; width: 100%; - font-size: larger; } table.sitenav img.logo { @@ -59,3 +58,8 @@ table.sitenav img.logo { vertical-align: bottom; } +table.sitenav li { + display: inline; + margin: 1em; + font-size: larger; +} |