diff options
author | Simon McVittie <smcv@debian.org> | 2011-11-04 19:32:41 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-11-09 22:49:37 +0000 |
commit | 156f70912213b6520e9056050a8827de66e80176 (patch) | |
tree | 13165457c8162772309ee6b725f0cbeabd65cfd9 /themes | |
parent | 7179ddce82944702f460bd931448de08c341633d (diff) | |
download | ikiwiki-156f70912213b6520e9056050a8827de66e80176.tar ikiwiki-156f70912213b6520e9056050a8827de66e80176.tar.gz |
trail: new plugin (3rd attempt)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/actiontabs/style.css | 5 | ||||
-rw-r--r-- | themes/blueview/style.css | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css index 749d9b21e..26cdc1e86 100644 --- a/themes/actiontabs/style.css +++ b/themes/actiontabs/style.css @@ -142,3 +142,8 @@ div.recentchanges { padding: 0 0 0 2ex; border-color: #999; } + +.trails { + /* allow space for the action tabs */ + margin-bottom: 2em; +} diff --git a/themes/blueview/style.css b/themes/blueview/style.css index c07d1cdfa..32f4b32ea 100644 --- a/themes/blueview/style.css +++ b/themes/blueview/style.css @@ -197,18 +197,23 @@ body { font-weight: bold; } -.pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span, .pageheader #otherlanguages ul li { +.pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span, .pageheader #otherlanguages ul li, .trailprev, .trailnext, .trailup { padding: 0.25em 0.25em 0.25em 0.25em; background-image: url('background_darkness.png'); background-repeat: repeat; color: white; } -.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a, .pageheader #otherlanguages ul li a { +.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a, .pageheader #otherlanguages ul li a, .pageheader a { + font-weight: bold; color: white; text-decoration: none; } +.trailprev, .trailnext, .trailup { + margin-top: 0.5em; +} + .pageheader .actions { text-align: right; vertical-align: bottom; |