summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-09 01:01:59 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-09 01:01:59 +0000
commit846dd4f8cb3e8f91010f1a6ab430f5f4af2988c5 (patch)
tree3e9e82c06c10067d79f93ba79d211b516823cf11 /css
parent7d6f3deaa10b3ab217751b23314472f810ebf9a9 (diff)
downloadfedora-doc-utils-846dd4f8cb3e8f91010f1a6ab430f5f4af2988c5.tar.gz
fedora-doc-utils-846dd4f8cb3e8f91010f1a6ab430f5f4af2988c5.tar.xz
fedora-doc-utils-846dd4f8cb3e8f91010f1a6ab430f5f4af2988c5.zip
Leave more spacing around table, and style title appropriately
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 {