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 | |
parent | e36e41d1d383dcf83e6f25a2b45a8a86494f0cd3 (diff) |
Sync with ikiwiki 3.20161219.
-rw-r--r-- | actiontabs/style.css | 4 | ||||
-rw-r--r-- | blueview/background_darkness.png | bin | 165 -> 165 bytes | |||
-rw-r--r-- | blueview/header_background.png | bin | 53693 -> 53693 bytes | |||
-rw-r--r-- | blueview/style.css | 2 | ||||
-rw-r--r-- | goldtype/background_darkness.png | bin | 165 -> 165 bytes | |||
-rw-r--r-- | goldtype/header_background.png | bin | 196261 -> 196261 bytes | |||
-rw-r--r-- | goldtype/style.css | 2 | ||||
-rw-r--r-- | monochrome/gradient.png | bin | 2466 -> 2466 bytes | |||
-rw-r--r-- | monochrome/style.css | 4 |
9 files changed, 6 insertions, 6 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; } diff --git a/blueview/background_darkness.png b/blueview/background_darkness.png Binary files differindex 0a1cb4e..154ae83 100644 --- a/blueview/background_darkness.png +++ b/blueview/background_darkness.png diff --git a/blueview/header_background.png b/blueview/header_background.png Binary files differindex 4712ffb..f5afa0e 100644 --- a/blueview/header_background.png +++ b/blueview/header_background.png diff --git a/blueview/style.css b/blueview/style.css index 82a1efd..c7556be 100644 --- a/blueview/style.css +++ b/blueview/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; diff --git a/goldtype/background_darkness.png b/goldtype/background_darkness.png Binary files differindex 0a1cb4e..154ae83 100644 --- a/goldtype/background_darkness.png +++ b/goldtype/background_darkness.png diff --git a/goldtype/header_background.png b/goldtype/header_background.png Binary files differindex 50b11dd..319831a 100644 --- a/goldtype/header_background.png +++ b/goldtype/header_background.png diff --git a/goldtype/style.css b/goldtype/style.css index d88a98a..209575b 100644 --- a/goldtype/style.css +++ b/goldtype/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; diff --git a/monochrome/gradient.png b/monochrome/gradient.png Binary files differindex 7363185..704e72a 100644 --- a/monochrome/gradient.png +++ b/monochrome/gradient.png diff --git a/monochrome/style.css b/monochrome/style.css index 9376396..1e0c0c6 100644 --- a/monochrome/style.css +++ b/monochrome/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; @@ -614,7 +614,7 @@ body { font-family: 'Lato', sans-serif; } -.header { +div.header, header.header { margin-bottom: 0.5em; } .pageheader .actions ul { |