summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/fedora-draft.css10
-rw-r--r--css/fedora-plain.css10
2 files changed, 16 insertions, 4 deletions
diff --git a/css/fedora-draft.css b/css/fedora-draft.css
index 7a4bd67..f669a85 100644
--- a/css/fedora-draft.css
+++ b/css/fedora-draft.css
@@ -86,8 +86,14 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
.segmentedlist {
}
+.segmentedlist .title {
+ font-weight: bold;
+ margin-bottom: 0.5em;
+ margin-top: 1.5em;
+}
.segmentedlist table {
border-collapse: collapse;
+ margin-bottom: 2em;
}
.segmentedlist tr {
border: 1px solid #22437f;
@@ -99,10 +105,10 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
}
.segmentedlist th {
text-align: left;
- padding: 0.2em 5em 0.2em 0.5em;
+ padding: 0.5em 5em 0.5em 0.5em;
}
.segmentedlist td {
- padding: 0.2em 5em 0.2em 0.5em;
+ padding: 0.5em 5em 0.5em 0.5em;
}
hr {
diff --git a/css/fedora-plain.css b/css/fedora-plain.css
index 8094c21..25f3acb 100644
--- a/css/fedora-plain.css
+++ b/css/fedora-plain.css
@@ -84,8 +84,14 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
.segmentedlist {
}
+.segmentedlist .title {
+ font-weight: bold;
+ margin-bottom: 0.5em;
+ margin-top: 1.5em;
+}
.segmentedlist table {
border-collapse: collapse;
+ margin-bottom: 2em;
}
.segmentedlist tr {
border: 1px solid #22437f;
@@ -97,10 +103,10 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
}
.segmentedlist th {
text-align: left;
- padding: 0.2em 5em 0.2em 0.5em;
+ padding: 0.5em 5em 0.5em 0.5em;
}
.segmentedlist td {
- padding: 0.2em 5em 0.2em 0.5em;
+ padding: 0.5em 5em 0.5em 0.5em;
}
hr {