Browse Source

! [Bug 4848] Linked images in posts, PM's or sigs get the dreaded bottom border.

Spuds 13 years ago
parent
commit
dc4b63434c
1 changed files with 6 additions and 5 deletions
  1. 6 5
      Themes/default/css/index.css

+ 6 - 5
Themes/default/css/index.css

@@ -186,11 +186,6 @@ fieldset legend
 	font-weight: bold;
 	color: #444;
 }
-/* No image should have a border when linked. */
-a img
-{
-	border: 0;
-}
 
 /* Define strong as bold, and em as italics */
 strong
@@ -409,6 +404,12 @@ ul.reset, ul.reset li
 	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
 }
 
+/* No image should have a border when linked. */
+a img
+{
+	border: 0;
+}
+
 /* Generally, those [?] icons.  This makes your cursor a help icon. */
 .help
 {