summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2014-06-18 14:03:23 -0400
committerspider <spider@bitweaver.org>2014-06-18 14:03:23 -0400
commit09919590e6ad7815e9f4cdf440c20a5d9d890580 (patch)
tree1f74b2777160dd2593d9c3a5ca8dcc1ca791572d /css
parent53661a7b438f73a13d375a1cc3a8d155a7df3f76 (diff)
downloadthemes-09919590e6ad7815e9f4cdf440c20a5d9d890580.tar.gz
themes-09919590e6ad7815e9f4cdf440c20a5d9d890580.tar.bz2
themes-09919590e6ad7815e9f4cdf440c20a5d9d890580.zip
tweak default ul padding
Diffstat (limited to 'css')
-rw-r--r--css/base.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/base.css b/css/base.css
index e0c4952..4c391ca 100644
--- a/css/base.css
+++ b/css/base.css
@@ -70,6 +70,7 @@ html[dir='rtl'] .clearright {clear:left}
.monospace {font-family:monospace}
+ul {padding-left:15px;}
.module ol,
.module ul {margin:0 0 0 0; padding:0}
.module ol li {margin:0 0 0 3em; padding:0;}