diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-21 13:51:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-21 13:51:35 -0400 |
commit | 4c88a4d9d8fb62e8e4bea068a2546059bd1fa306 (patch) | |
tree | 8e2512a7df7fe530083dca2203b08eb4c6d2e111 /themes/blueview/style.css | |
parent | 7d938559cb9994211d2917491c503f729d220abb (diff) | |
parent | 5c0a18e75a5bf9d6ce9da3a1a525117fe9ee8e47 (diff) | |
download | ikiwiki-4c88a4d9d8fb62e8e4bea068a2546059bd1fa306.tar ikiwiki-4c88a4d9d8fb62e8e4bea068a2546059bd1fa306.tar.gz |
Merge remote-tracking branch 'schmonz/fancypodcast'
Diffstat (limited to 'themes/blueview/style.css')
-rw-r--r-- | themes/blueview/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/blueview/style.css b/themes/blueview/style.css index 40a940f26..af1434574 100644 --- a/themes/blueview/style.css +++ b/themes/blueview/style.css @@ -143,7 +143,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; } @@ -223,7 +223,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; @@ -271,7 +271,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; |