diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-10-09 13:48:43 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-10-09 13:48:43 +0200 |
commit | e97cccc665b35a55f6d79d6928d2f081f1c101ce (patch) | |
tree | b76fa7f0ec3e5e787a70ca351db2919c13106225 /style.css | |
parent | e48075bb9dbe4a00aefdad71d71afe78068962b2 (diff) | |
parent | 41357710a941da2d24ee40dbea9064d35cf9c8f1 (diff) |
Merge branch 'da' into master-da
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 { |