diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-28 00:00:42 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-28 00:00:42 -0700 |
commit | 3286e44b95a8de6c563fc136c71b5defd6ae530c (patch) | |
tree | 139801b641638f2a2644f55ca4cc4e7a925f2305 | |
parent | 54baef2c1d4dd6a99282530219f47bb4de0c6841 (diff) |
Add style rules for <screen> output sections to xorg.css
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xorg.css | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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; } |