diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-21 16:13:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-21 16:13:06 +0000 |
commit | 1823f3596e0242a221250a0b12740ecdc8bb0f63 (patch) | |
tree | 39a45516e4d296c628122abf3a6107d84b98f089 | |
parent | 4bc8c30382fcf1335fd3ecd5f63d7b986943ecdb (diff) | |
download | brdo-1823f3596e0242a221250a0b12740ecdc8bb0f63.tar.gz brdo-1823f3596e0242a221250a0b12740ecdc8bb0f63.tar.bz2 |
- Patch #82178 by ChrisKennedy: fixed grippie on IE6.
-rw-r--r-- | modules/system/system.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index a91479088..7676e5948 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -343,7 +343,7 @@ html.js fieldset.collapsible .fieldset-wrapper { .resizable-textarea .grippie { height: 9px; overflow: hidden; - background: #eee url(../../misc/grippie.png) no-repeat center center; + background: #eee url(../../misc/grippie.png) no-repeat center 2px; border: 1px solid #ddd; border-top-width: 0; cursor: s-resize; |