commit | 4a7ae15c1e6397cc3330d99ec69e61eab3365c46 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Sat Mar 30 10:44:45 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Sat Mar 30 10:44:45 2013 +0100 |
tree | 5236dea827a8d9d796bd9f33a7ae72b1f572c8e6 | |
parent | bde9dd4602aeab691812cadcbbeb8b7bbed5c0e7 [diff] |
removes unneeded bottom padding to the ul list
diff --git a/static/css/style.less b/static/css/style.less index 103d823..8403d70 100644 --- a/static/css/style.less +++ b/static/css/style.less
@@ -52,7 +52,7 @@ } ul { - margin: 40px 0 40px 0; + margin: 40px 0 0 0; padding-left: 0; font-size: 0.875em; list-style-type: none;