summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-28 00:00:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-28 00:00:42 -0700
commit3286e44b95a8de6c563fc136c71b5defd6ae530c (patch)
tree139801b641638f2a2644f55ca4cc4e7a925f2305
parent54baef2c1d4dd6a99282530219f47bb4de0c6841 (diff)
Add style rules for <screen> output sections to xorg.css
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xorg.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/xorg.css b/xorg.css
index ea70099..8da74f0 100644
--- a/xorg.css
+++ b/xorg.css
@@ -34,7 +34,7 @@ div.sect1 {
}
.structname, .property, .errorname, .function, .parameter, .filename,
-.type, .symbol, .funcsynopsis, .synopsis {
+.type, .symbol, .funcsynopsis, .synopsis, .screen {
font-family: monospace;
}
@@ -51,6 +51,17 @@ div.sect1 {
padding-top: 0.5em;
}
+.screen {
+ background: #e0ffff;
+ margin: 0 1.0em;
+ padding: 0.5em;
+ border: 1px solid #B0C4DE;
+ -moz-border-radius: 1.0em;
+ -webkit-border-radius: 1.0em;
+ -khtml-border-radius: 1.0em;
+ border-radius: 1.0em;
+}
+
.funcsynopsis p, table p, .synopsis p, .figure p {
margin: 0;
}