From: cajus Date: Mon, 4 Jan 2010 15:40:02 +0000 (+0000) Subject: Moved default padding to "2" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7bb300f6acc724467244e5cd881b0a0cde744418;p=gosa.git Moved default padding to "2" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15014 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 37fd2d72e..7db9dcc18 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1906,7 +1906,7 @@ div.listContainer { .listBodyFormat tr td { color: #000000; margin: 3px; - padding: 1px; + padding: 2px; border-right: 1px solid #AAA; word-wrap:break-word; white-space:normal;