summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2009-05-24 09:41:47 +0000
committerMax Kremmel <xing@synapse.plus.com>2009-05-24 09:41:47 +0000
commit573a6c2eeaeebd5b911ff4e3032c8183a7a442d8 (patch)
treeba9512a500f695fb6b53c753d3ddb8e860edaafb
parent81d5de17f186acac5cb6a155e3e1fd38add530b4 (diff)
downloadthemes-573a6c2eeaeebd5b911ff4e3032c8183a7a442d8.tar.gz
themes-573a6c2eeaeebd5b911ff4e3032c8183a7a442d8.tar.bz2
themes-573a6c2eeaeebd5b911ff4e3032c8183a7a442d8.zip
make h4 selection more specific that we don't interfere with <h4> in content
-rw-r--r--css/tabsystem.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/tabsystem.css b/css/tabsystem.css
index 1469702..486dcf0 100644
--- a/css/tabsystem.css
+++ b/css/tabsystem.css
@@ -1,12 +1,12 @@
-/* $Header: /cvsroot/bitweaver/_bit_themes/css/tabsystem.css,v 1.4 2009/05/24 09:30:58 squareing Exp $ */
+/* $Header: /cvsroot/bitweaver/_bit_themes/css/tabsystem.css,v 1.5 2009/05/24 09:41:47 squareing Exp $ */
/* tabs */
.tabsystem .tabcontainer {margin:0; padding:0; border:0; clear:both; z-index:1;}
.tabsystem .tabcontainer ul,
.tabsystem .tabcontainer li {margin:0; padding:0; border:0; list-style-type:none; display:inline;}
.tabsystem .tabcontainer .tab,
.tabsystem .tabcontainer .tab-active {position:relative; display:inline; float:left; z-index:1; white-space:nowrap;}
+.tabsystem .tabcontainer h4 {margin:0; padding:0; font-size:1em;}
.tabsystem .tabpage {z-index:1; clear:both;}
-h4 {margin:0; padding:0; font-size:1em;}
/* some minimalistic styling to make tabs more functional */
.tabsystem .tabcontainer .tab,