]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Use border-style: none; rather than border: 0px; for img.
authorjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 8 May 2007 20:44:26 +0000 (20:44 +0000)
committerjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 8 May 2007 20:44:26 +0000 (20:44 +0000)
doc/style.css

index fa70530ccc752cdf6eeb21855ef45b224f5fb8f1..c34d9b2d19c903ea8cac0c87f5c87903e0945889 100644 (file)
@@ -63,7 +63,7 @@ div.tags {
 }
 
 img {
-       border: 0px;
+       border-style: none;
 }
 
 /* Stuff for the RecentChanges table. */