X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8a8e54f3f61721b40c60712c4c5c0cefd049502e..eba2492fe09c30cef2f1b4910b49711aefc5fe18:/themes/blueview/style.css?ds=inline

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;