From: drebs Date: Sat, 27 Feb 2010 13:57:26 +0000 (-0300) Subject: Adding css code for preformatted text. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=19a7e9954af23c33a2ff57c4796f4f25c356fad5;p=padrao.git Adding css code for preformatted text. --- diff --git a/local.css b/local.css index 875c71e..5235bd2 100644 --- a/local.css +++ b/local.css @@ -163,3 +163,9 @@ input[type="submit"]{ background-color: #ddd; border: solid 1px; } + +#content pre { + background: #CCCCCC; + padding: 10px; + border: solid 1px #AAAAAA; +}