diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-10-02 07:02:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-10-02 07:02:48 +0000 |
commit | 1deae85075360c8bd58aa3259d6dae9fd9b64c8d (patch) | |
tree | 883f67c174f3d1693395221c2aed4737b19271d9 | |
parent | 68bd27bfb3aaa1e9ded885b5529fdb2bd24e4aaa (diff) | |
download | brdo-1deae85075360c8bd58aa3259d6dae9fd9b64c8d.tar.gz brdo-1deae85075360c8bd58aa3259d6dae9fd9b64c8d.tar.bz2 |
- Patch #139117 by hass et al: remove IE hacks that break the compressor.
-rw-r--r-- | modules/system/defaults.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/defaults.css b/modules/system/defaults.css index 7e97e881b..c708c3192 100644 --- a/modules/system/defaults.css +++ b/modules/system/defaults.css @@ -43,11 +43,9 @@ th { display: inline-block; } -/* Hides from IE-mac \*/ * html .clear-block { height: 1%; } .clear-block { display: block; } -/* End hide from IE-mac */ |