From db0ca27b38be9bfddb562743facf9227f253b2ca Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 8 Jun 2010 18:52:09 +0100 Subject: [PATCH] Make the view bar an UL. --- kronolith/templates/index/index.inc | 14 ++++++++------ kronolith/themes/screen.css | 16 +++++++++------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/kronolith/templates/index/index.inc b/kronolith/templates/index/index.inc index a9b5fe810..8e9a273f2 100644 --- a/kronolith/templates/index/index.inc +++ b/kronolith/templates/index/index.inc @@ -38,14 +38,16 @@
strftime('%a, %e %b %Y') ?>
- - - - +
diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 626e77d12..e671bc735 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -704,6 +704,13 @@ a.kronolithFormCancel { height: 23px; line-height: 23px; } +#kronolithNav ul { + float: left; + list-style: none; +} +#kronolithNav li { + float: left; +} #kronolithNav a { display: block; float: left; @@ -718,23 +725,18 @@ a.kronolithFormCancel { cursor: pointer; border: 1px solid #999; } -#kronolithNav a:first-child { +#kronolithNav li:first-child a { -moz-border-radius: 5px 0 0 5px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; border-radius: 5px 0 0 5px; } -#kronolithNav a:last-child { +#kronolithNav li:last-child a { -moz-border-radius: 0 5px 5px 0; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-radius: 0 5px 5px 0; } -#kronolithNav a:first-child:last-child { - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} #kronolithNav a:hover, #kronolithNav a.on { background-color: #d9d9d9; } -- 2.11.0