summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/clouds/css-1.5.1/style.css16
-rw-r--r--themes/fab/css-1.5.1/style.css16
-rw-r--r--themes/minimal/css-1.5.1/style.css16
-rw-r--r--themes/webtrees/css-1.5.1/style.css16
-rw-r--r--themes/xenea/css-1.5.1/style.css16
5 files changed, 80 insertions, 0 deletions
diff --git a/themes/clouds/css-1.5.1/style.css b/themes/clouds/css-1.5.1/style.css
index f36440ec7b..1798edb6cd 100644
--- a/themes/clouds/css-1.5.1/style.css
+++ b/themes/clouds/css-1.5.1/style.css
@@ -2084,6 +2084,22 @@ font-size:100%;
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;
+}
+
#main_name {
color:#555555;
float:left;
diff --git a/themes/fab/css-1.5.1/style.css b/themes/fab/css-1.5.1/style.css
index 2e6137d41a..a179ec3c07 100644
--- a/themes/fab/css-1.5.1/style.css
+++ b/themes/fab/css-1.5.1/style.css
@@ -1689,6 +1689,22 @@ html[dir=rtl].field .deletelink {
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 {
float: left;
}
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;}
diff --git a/themes/webtrees/css-1.5.1/style.css b/themes/webtrees/css-1.5.1/style.css
index 12d3b6c8d8..736ac57939 100644
--- a/themes/webtrees/css-1.5.1/style.css
+++ b/themes/webtrees/css-1.5.1/style.css
@@ -724,6 +724,22 @@ dd .editlink, dd .deletelink {float:right;}
#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;
+}
+
html[dir=rtl] #indi_header {float:right;}
html[dir=rtl] #indi_header h3 {padding:0 30px 0 10px;text-align:right;}
html[dir=rtl] #indi_header h3 .header_age {padding:5px 5px 5px 0;float:left;}
diff --git a/themes/xenea/css-1.5.1/style.css b/themes/xenea/css-1.5.1/style.css
index 2287c5052d..a193e908c0 100644
--- a/themes/xenea/css-1.5.1/style.css
+++ b/themes/xenea/css-1.5.1/style.css
@@ -1683,6 +1683,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 {float:right;}
.indi_table {clear:left;}
#sex {float:right;}