summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-05 01:47:16 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-05 01:47:16 +0000
commita0c3a6bef7be7c9ab4089ca0782159096e04b779 (patch)
tree2f4f13f1268bf5acaaa1bafa0576d13d7e92f692 /css
parentf8107f0a12d5515ee1ddd8d42e3007d748533aa5 (diff)
downloadfedora-doc-utils-a0c3a6bef7be7c9ab4089ca0782159096e04b779.tar.gz
fedora-doc-utils-a0c3a6bef7be7c9ab4089ca0782159096e04b779.tar.xz
fedora-doc-utils-a0c3a6bef7be7c9ab4089ca0782159096e04b779.zip
Sorry, should have worked this out better before the first commit. This is it for a bit.
Diffstat (limited to 'css')
-rw-r--r--css/fedora-draft.css5
-rw-r--r--css/fedora-plain.css5
2 files changed, 4 insertions, 6 deletions
diff --git a/css/fedora-draft.css b/css/fedora-draft.css
index 8150212..7a4bd67 100644
--- a/css/fedora-draft.css
+++ b/css/fedora-draft.css
@@ -88,7 +88,6 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
}
.segmentedlist table {
border-collapse: collapse;
- width: 70%;
}
.segmentedlist tr {
border: 1px solid #22437f;
@@ -100,10 +99,10 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
}
.segmentedlist th {
text-align: left;
- padding: 0.2em 3em 0.2em 0.5em;
+ padding: 0.2em 5em 0.2em 0.5em;
}
.segmentedlist td {
- padding: 0.2em 0.5em 0.2em 0.5em;
+ padding: 0.2em 5em 0.2em 0.5em;
}
hr {
diff --git a/css/fedora-plain.css b/css/fedora-plain.css
index 2197bd5..8094c21 100644
--- a/css/fedora-plain.css
+++ b/css/fedora-plain.css
@@ -86,7 +86,6 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
}
.segmentedlist table {
border-collapse: collapse;
- width: 70%;
}
.segmentedlist tr {
border: 1px solid #22437f;
@@ -98,10 +97,10 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
}
.segmentedlist th {
text-align: left;
- padding: 0.2em 3em 0.2em 0.5em;
+ padding: 0.2em 5em 0.2em 0.5em;
}
.segmentedlist td {
- padding: 0.2em 0.5em 0.2em 0.5em;
+ padding: 0.2em 5em 0.2em 0.5em;
}
hr {