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:
373ba9f
)
Fixed some small style issues
author
Marcel Werk
<burntime@woltlab.com>
Thu, 13 Dec 2012 00:55:44 +0000
(
01:55
+0100)
committer
Marcel Werk
<burntime@woltlab.com>
Thu, 13 Dec 2012 00:55:44 +0000
(
01:55
+0100)
com.woltlab.wcf/woltlab-basic-style.tgz
patch
|
blob
|
blame
|
history
wcfsetup/install/files/style/global.less
patch
|
blob
|
blame
|
history
wcfsetup/install/files/style/layout.less
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/woltlab-basic-style.tgz
b/com.woltlab.wcf/woltlab-basic-style.tgz
index 6d801b6b3a09d2be0c055c3c05354ca4fc4ca576..fdcc511c7da6d17e5b6e1d8559b9525f24a88b0d 100644
(file)
Binary files a/com.woltlab.wcf/woltlab-basic-style.tgz and b/com.woltlab.wcf/woltlab-basic-style.tgz differ
diff --git
a/wcfsetup/install/files/style/global.less
b/wcfsetup/install/files/style/global.less
index 98f41c48d72c2c79090859a4b04cc84d7356a7df..97a9ea2d28174147f9bb210dda064fda993b8abe 100644
(file)
--- a/
wcfsetup/install/files/style/global.less
+++ b/
wcfsetup/install/files/style/global.less
@@
-276,7
+276,8
@@
body > iframe[src="about:blank"] {
a.badge:hover {
color: @wcfContentBackgroundColor;
-
+ text-decoration: none;
+
&.black {
background-color: #000;
}
diff --git
a/wcfsetup/install/files/style/layout.less
b/wcfsetup/install/files/style/layout.less
index 8c2d630b331386c1a6f5a136d6acc9540624fbc3..b95285080f685290daae83928388bd9ce40a8c8a 100644
(file)
--- a/
wcfsetup/install/files/style/layout.less
+++ b/
wcfsetup/install/files/style/layout.less
@@
-1075,11
+1075,11
@@
ul.inlineDataList {
}
&:not(.skip) a {
- padding: 2px
1
px;
+ padding: 2px
3
px;
}
&.active, &.active:hover {
- padding: 2px
0
;
+ padding: 2px
1px
;
}
img {