From 3286e44b95a8de6c563fc136c71b5defd6ae530c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 28 Jun 2010 00:00:42 -0700 Subject: Add style rules for output sections to xorg.css Signed-off-by: Alan Coopersmith --- xorg.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3