diff options
author | Friendika <info@friendika.com> | 2011-09-25 22:29:30 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-25 22:29:30 -0700 |
commit | 428e6766411d2c6708ad25f726c4bcf1d64af1cc (patch) | |
tree | 2dd2084d7a882fc9868efb2d0032daf9e128ea6f /view/theme/duepuntozero | |
parent | 20d4fda22f26a99e7da930be639874f80ae7060d (diff) | |
download | volse-hubzilla-428e6766411d2c6708ad25f726c4bcf1d64af1cc.tar.gz volse-hubzilla-428e6766411d2c6708ad25f726c4bcf1d64af1cc.tar.bz2 volse-hubzilla-428e6766411d2c6708ad25f726c4bcf1d64af1cc.zip |
fix minor placement issues on old themes from testbubble theme changes
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9bed3e972..2bb24ec45 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -219,6 +219,20 @@ section { 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; +} + /* footer */ footer { |