diff options
| author | makitso <makitso@gmail.com> | 2014-02-15 09:37:20 -0600 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2014-02-15 09:37:20 -0600 |
| commit | f64d5bea85a4b322d2e9ef951702f01b1f3fb574 (patch) | |
| tree | 3c0dc7a9e55b6537f793146b4fc665f6b6eaf55d /themes/clouds/css-1.5.2/style.css | |
| parent | 1a4df1b9f00b58b69659e2feccf761e33e83be2c (diff) | |
| download | webtrees-f64d5bea85a4b322d2e9ef951702f01b1f3fb574.tar.gz webtrees-f64d5bea85a4b322d2e9ef951702f01b1f3fb574.tar.bz2 webtrees-f64d5bea85a4b322d2e9ef951702f01b1f3fb574.zip | |
Remove universal * selector for padding
Diffstat (limited to 'themes/clouds/css-1.5.2/style.css')
| -rw-r--r-- | themes/clouds/css-1.5.2/style.css | 11 |
1 files 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; |
