diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 17:47:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 18:01:00 +0200 |
commit | e621323a12e4602e6bf204580d0923f27b31c53d (patch) | |
tree | eae16326d85c7d3ca3ac0bc31d196535d1c87f64 /actiontabs | |
parent | e36e41d1d383dcf83e6f25a2b45a8a86494f0cd3 (diff) |
Sync with ikiwiki 3.20161219.
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; } |