summaryrefslogtreecommitdiff
path: root/themes/minimal/css-1.5.1/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/minimal/css-1.5.1/style.css')
-rw-r--r--themes/minimal/css-1.5.1/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/minimal/css-1.5.1/style.css b/themes/minimal/css-1.5.1/style.css
index 9ac4f7b142..4b0f92f42a 100644
--- a/themes/minimal/css-1.5.1/style.css
+++ b/themes/minimal/css-1.5.1/style.css
@@ -1378,6 +1378,22 @@ html[dir=rtl].field .editlink, html[dir=rtl].field .deletelink {float:left;}
#indi_note .fact_NOTE,
#indi_note .fact_SOUR {clear: both;}
+.markdown p {
+ margin: 0 0 0.5em;
+ white-space: pre-wrap;
+}
+.markdown table {
+ border-collapse: collapse;
+}
+.markdown th {
+ font-weight: bold;
+}
+.markdown td,
+.markdown th {
+ border: solid thin #000;
+ padding: 3px;
+}
+
#header_accordion1 {border:1px solid #DDD;border-radius:3px 3px 3px 3px;float:left;}
.indi_table {clear:left;}