aboutsummaryrefslogtreecommitdiff
path: root/themes/blueview/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-03-18 14:22:28 -0400
committerJoey Hess <joey@kitenet.net>2012-03-18 14:22:28 -0400
commita812692a50de69215a8267c7b0b1d7bf62bdfa32 (patch)
treea144f84091f4a0c9f8fe7c02b1fdd36c86d4b01f /themes/blueview/style.css
parent9c8262c6637773891871c24862874fcdbef9c651 (diff)
parent24168b993e65994d2996d02bfaa36fb80bb65ca7 (diff)
downloadikiwiki-a812692a50de69215a8267c7b0b1d7bf62bdfa32.tar
ikiwiki-a812692a50de69215a8267c7b0b1d7bf62bdfa32.tar.gz
changelog
Diffstat (limited to 'themes/blueview/style.css')
-rw-r--r--themes/blueview/style.css9
1 files changed, 7 insertions, 2 deletions
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;