Fixes two small bugs
authorLuzifr <szekely@woltlab.com>
Fri, 2 Mar 2012 14:39:36 +0000 (15:39 +0100)
committerLuzifr <szekely@woltlab.com>
Fri, 2 Mar 2012 14:39:36 +0000 (15:39 +0100)
(why isn't it possible to use comments within a selector?)

wcfsetup/install/files/acp/style/wcf.css

index 0af4584ec502e388fc373bc9c406a354b35565fc..5546e2670be6b06cc69bad7123b6ea89677d1437 100644 (file)
@@ -112,9 +112,7 @@ img[src*='enable'] {
 
 /* Single Classes */
 
-.wcf-externalURL,
-/*a[href^="http:"],
-a[href^="https:"]*/ {
+.wcf-externalURL {
        background-image: url('../../icon/externalURL1.svg');
        background-position: right center;
        background-repeat: no-repeat;
@@ -144,7 +142,7 @@ a[href^="mailto:"] {
 }
 
 .marginBottom {
-       margin-top: 15px;
+       margin-bottom: 15px;
 }