From: moodler Date: Fri, 4 Jun 2004 05:09:01 +0000 (+0000) Subject: Added commandline style X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=758674a18041267095e9370054cee39413f4b81f;p=moodle.git Added commandline style --- diff --git a/doc/docstyles.css b/doc/docstyles.css index 555c634697..319597299d 100755 --- a/doc/docstyles.css +++ b/doc/docstyles.css @@ -1,4 +1,3 @@ - body, td, th, li { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } @@ -117,3 +116,18 @@ ul { margin-top: 10px; } +.commandline { + font-family: "Courier New", Courier, mono; + font-size: x-small; + background-color: #FBFBFB; + margin: auto auto 20px 30px; + padding: 5px; + height: auto; + width: auto; + font-weight: bold; + border: 1px solid #999999; + white-space: nowrap; + display: compact; + clear: both; + float: none; +}