diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 15:28:34 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 15:28:34 +0200 |
commit | f64e2d63b9ee66482b3461ecb6ee8f7776e23b87 (patch) | |
tree | 9aff5c840b9ec7affe78494e77ff9c2183b6394a /view/theme/duepuntozero | |
parent | 077726a193809bed5b1433713b69ce985e177925 (diff) | |
download | volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.tar.gz volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.tar.bz2 volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.zip |
New common tab template. Update css
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; } |