Quellcode durchsuchen

Move padding which was inside extlink.png to CSS, just like how contents.css does it. Improves web version.

Martijn Laan vor 1 Jahr
Ursprung
Commit
63802ed1a0

BIN
ISHelp/Staging-dark/images/extlink.png


+ 6 - 0
ISHelp/Staging-dark/styles.css

@@ -39,6 +39,12 @@ TD {
            (firefox 1.5 and opera 9 don't have this problem) */
 	vertical-align: baseline;
 }
+IMG {
+	width: 16px;
+	height: 16px;
+	border-style: none;
+	padding-left: 2px;
+}
 A {
 	text-decoration: none;
 }

BIN
ISHelp/Staging/images/extlink.png


+ 6 - 0
ISHelp/Staging/styles.css

@@ -48,6 +48,12 @@ TD {
            (firefox 1.5 and opera 9 don't have this problem) */
 	vertical-align: baseline;
 }
+IMG {
+	width: 16px;
+	height: 16px;
+	border-style: none;
+	padding-left: 2px;
+}
 A {
 	text-decoration: none;
 }