diff options
| author | turon <spider@turon> | 2015-10-09 14:30:52 -0400 |
|---|---|---|
| committer | turon <spider@turon> | 2015-10-09 14:30:52 -0400 |
| commit | 6e7c056f0f176d7e9b47e00153c954b7291ee745 (patch) | |
| tree | 929d98aab131ec68bbe1dc45700c5ea1ecbb50cd /css | |
| parent | 8f05cd1e7ab5a7ebb81575a40a237750eaabdde9 (diff) | |
| download | themes-6e7c056f0f176d7e9b47e00153c954b7291ee745.tar.gz themes-6e7c056f0f176d7e9b47e00153c954b7291ee745.tar.bz2 themes-6e7c056f0f176d7e9b47e00153c954b7291ee745.zip | |
tweak floaticon padding location
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/base.css b/css/base.css index cc0cbee..d4206b3 100644 --- a/css/base.css +++ b/css/base.css @@ -1,6 +1,6 @@ i[onlick], .icon,.icon:hover, a.icon,a.icon:hover {cursor:pointer;text-decoration:none;} -.floaticon a,a.icon,img.icon {padding:0 5px 0 0; font-size:11pt;} +.floaticon a,.icon,img.icon {padding:0 0 0 5px; font-size:11pt;} .floaticon {float:right; text-align:right;z-index:9999;} .floaticon form.minifind {margin:10px 0 20px} |
