Browse code

Completely removed img border

ilv authored on 22/02/2015 23:42:19 • Sebastian Hahn committed on 05/02/2016 20:33:53
Showing 1 changed files
... ...
@@ -396,7 +396,7 @@ td { padding: 12px; }
396 396
 
397 397
 table td img,
398 398
 table tr img {
399
-	border: 1px solid #cac8a7;
399
+	border: none;
400 400
 	float: left;
401 401
 	margin-right: 10px;
402 402
 }