diff options
author | Michael Tänzer <neo@nhng.de> | 2013-03-26 23:48:01 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-03-26 23:48:01 +0100 |
commit | 0a7f7c4bf7dc5618865344ae678816ed6f2f5a54 (patch) | |
tree | 020a8d371f7894120986e503fd398aded882d378 /www | |
parent | 85f7fc08a548055970ba674e5d09af91abd428f9 (diff) | |
download | cacert-devel-0a7f7c4bf7dc5618865344ae678816ed6f2f5a54.tar.gz cacert-devel-0a7f7c4bf7dc5618865344ae678816ed6f2f5a54.tar.xz cacert-devel-0a7f7c4bf7dc5618865344ae678816ed6f2f5a54.zip |
bug 1099: Edit the CSS style for unordered lists
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'www')
-rw-r--r-- | www/styles/default.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index c97e429..f2b3c95 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -86,11 +86,9 @@ padding-left: 5px; border-left: 0px; } -ul { +ul.no_indent { list-style: none; -margin: 0px 0px 0px 15px; -padding-left: 5px; -border-left: 1px dotted #000; +padding: 0px; } /***********************************************/ |