diff options
Diffstat (limited to 'actiontabs')
-rw-r--r-- | actiontabs/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actiontabs/style.css b/actiontabs/style.css index 501c0e8..3743caf 100644 --- a/actiontabs/style.css +++ b/actiontabs/style.css @@ -10,7 +10,7 @@ footer,header,hgroup,menu,nav,section { display: block; } -.header { +div.header, header.header { margin: 0; font-size: 140%; font-weight: bold; @@ -646,7 +646,7 @@ body { font-size: 120%; } -.header { +div.header, header.header { font-weight: normal; } |