From f64d5bea85a4b322d2e9ef951702f01b1f3fb574 Mon Sep 17 00:00:00 2001 From: makitso Date: Sat, 15 Feb 2014 09:37:20 -0600 Subject: Remove universal * selector for padding --- themes/clouds/css-1.5.2/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/themes/clouds/css-1.5.2/style.css b/themes/clouds/css-1.5.2/style.css index e8b20eb600..73842cca66 100644 --- a/themes/clouds/css-1.5.2/style.css +++ b/themes/clouds/css-1.5.2/style.css @@ -45,6 +45,9 @@ padding:10px; * { margin:0; +} + +td { padding:0; } @@ -613,6 +616,7 @@ background-image:url(images/left1B.png); background-repeat:no-repeat; height:24px; width:26px; +padding:0; } .blockh2 { @@ -620,6 +624,7 @@ background-image:url(images/left2.png); background-repeat:repeat-x; font-size:13px; font-weight:700; +padding:0; } .blockh3 { @@ -627,6 +632,7 @@ background-image:url(images/left3.png); background-repeat:no-repeat; height:24px; width:8px; +padding:0; } .blockhc { @@ -884,6 +890,7 @@ font-size:12px; .facts_table { width:100%; +padding:0; } .tabs_table { @@ -2095,8 +2102,8 @@ font-size:100%; border: solid thin #000; padding: 3px; } -.markdown ol, .markdown ul {margin: 12px 0 12px 40px;} -html[dir=rtl] .markdown ol, html[dir=rtl] .markdown ul {margin-right: 40px;} +.markdown ol, .markdown ul {margin: 12px 0;} + #main_name { color:#555555; -- cgit v1.3