projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7839b4f
)
Fixes two small bugs
author
Luzifr
<szekely@woltlab.com>
Fri, 2 Mar 2012 14:39:36 +0000
(15:39 +0100)
committer
Luzifr
<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
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/wcf.css
b/wcfsetup/install/files/acp/style/wcf.css
index 0af4584ec502e388fc373bc9c406a354b35565fc..5546e2670be6b06cc69bad7123b6ea89677d1437 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-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;
}