diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-10-12 15:59:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-10-12 15:59:29 +0200 |
commit | a6b047be4ea244715a4ae5182d7c469c8948c31c (patch) | |
tree | e44d1b3f7432a9cbf44373707e6f87e0d828f6ad /blueview | |
parent | 379e696bfcc52bbcb27312feb2fa5753fe3803ff (diff) |
Sync with ikiwiki 3.20130904.1.
Diffstat (limited to 'blueview')
-rw-r--r-- | blueview/style.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/blueview/style.css b/blueview/style.css index 2e10fad..ed8c28c 100644 --- a/blueview/style.css +++ b/blueview/style.css @@ -58,7 +58,8 @@ nav { border-bottom: 1px solid #000; } -.inlinecontent { +.inlinecontent, +.inlineenclosure { margin-top: .4em; } @@ -202,6 +203,13 @@ div.recentchanges { margin-top: 1em; } +.archivepagedate { + font-style: italic; +} +.archivepage { + margin-bottom: 1em; +} + .error { color: #C00; } @@ -316,6 +324,7 @@ div.progress-done { .popup .paren, .popup .expand { display: none; + text-align: left; } .popup:hover .balloon, .popup:focus .balloon { @@ -686,7 +695,7 @@ p,fieldset,table,pre { * Copyright (C) 2010 Bernd Zeimetz * Licensed under same license as ikiwiki: GPL v2 or later */ -.page, .pageheader, .sidebar, #content, #comments, .inlinepage, .recentchanges, .pageheader .actions ul, #pagebody { +.page, .pageheader, .sidebar, #content, #enclosure, #comments, .inlinepage, .recentchanges, .pageheader .actions ul, #pagebody { border: none; } @@ -766,7 +775,7 @@ body { clear: none; } -#content a, #comments a, .sidebar a { +#content a, #enclosure a, #comments a, .sidebar a { color: #315485; text-decoration: none; font-weight: bold; @@ -814,7 +823,7 @@ body { .pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a { color #315485; } - #content, #comments, #pagebody { + #content, #enclosure, #comments, #pagebody { margin-right: 0; *margin-right: 0; border-right: none; |