summaryrefslogtreecommitdiffstats
path: root/css/fedora-plain.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/fedora-plain.css')
-rw-r--r--css/fedora-plain.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/css/fedora-plain.css b/css/fedora-plain.css
index f22c613..fd867fc 100644
--- a/css/fedora-plain.css
+++ b/css/fedora-plain.css
@@ -82,6 +82,29 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni
.qandaset tr.question td, .qandaset tr.answer td {
}
+.segmentedlist {
+}
+.segmentedlist table {
+ border-collapse: collapse;
+ width: 70%;
+}
+.segmentedlist tr {
+ border: 1px solid #22437f;
+}
+.segmentedlist tr.segtitle {
+ background: #33649f;
+ color: #fefefe;
+ font-weight: bold;
+ font-size: 110%;
+}
+.segmentedlist th {
+ text-align: left;
+ padding: 0.2em 3em 0.2em 0.5em;
+}
+.segmentedlist td {
+ padding: 0.2em 0.5em 0.2em 0.55em;
+}
+
hr {
border: 0;
border-bottom: 1px solid #ccc;