diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-10-06 07:37:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-10-06 07:37:20 +0000 |
commit | be6adbc00764417a9758a759868f44ab0c2232e3 (patch) | |
tree | 1e1a78eb6acbd74b9e91ec0e6cfd8767e1c83e1a | |
parent | cefebd913f2b14df227dc56f749678c413de8c7e (diff) | |
download | brdo-be6adbc00764417a9758a759868f44ab0c2232e3.tar.gz brdo-be6adbc00764417a9758a759868f44ab0c2232e3.tar.bz2 |
- Patch #87379 by Stefan: removed hardcode line-height.
-rw-r--r-- | modules/system/admin.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/admin.css b/modules/system/admin.css index 78bc512fa..1a7a78d40 100644 --- a/modules/system/admin.css +++ b/modules/system/admin.css @@ -15,7 +15,6 @@ div.admin-panel .description { div.admin-panel .body { padding: 0 4px 2px 8px; - line-height: 1.2em; } div.admin { |