diff options
| author | spider <spider@bitweaver.org> | 2015-06-01 16:18:14 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2015-06-01 16:18:14 -0400 |
| commit | 50d3732e010cbb6e2f92aed56b27be1efd75b17f (patch) | |
| tree | 181bc5befaa171ed1ae8032e3689267013208940 /css | |
| parent | 84465d3b5ac5faf6413dc65ee748807fa3e2d6a1 (diff) | |
| download | themes-50d3732e010cbb6e2f92aed56b27be1efd75b17f.tar.gz themes-50d3732e010cbb6e2f92aed56b27be1efd75b17f.tar.bz2 themes-50d3732e010cbb6e2f92aed56b27be1efd75b17f.zip | |
remove float on .floaticon
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 569f73a..60de0b0 100644 --- a/css/base.css +++ b/css/base.css @@ -2,7 +2,7 @@ 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 {float:right; text-align:right;} +.floaticon {text-align:right;} .floaticon form.minifind {margin:10px 0 20px} html[dir='rtl'] .floaticon { float:left } span.actionicon {float:right;} |
