diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 7dc344f5d..b46a03c38 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -204,33 +204,23 @@ section { min-height: 112px; } - -#profile-tabs-wrapper { +.tabs { height: 27px; background-image: url(head.jpg); background-repeat: repeat-x; background-position: 0px -20px; border-bottom: 1px solid #babdb6; + padding:0px; } -.profile-tabs { +.tabs li { margin: 0px; list-style: none; } +.tab { display:block; float:left; padding: 0.4em; margin-right: 1em; } - -#tabs-wrapper { - height: 27px; - background-image: url(head.jpg); - background-repeat: repeat-x; - background-position: 0px -20px; - border-bottom: 1px solid #babdb6; -} -.tabs { - display:block; - float:left; - padding: 0.4em; - margin-right: 1em; +.tab.active { + font-weight: bold; } |