From: fabrixxm Date: Sun, 19 Jun 2011 10:17:13 +0000 (+0200) Subject: dispy code tag style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=33bafa62aa769345954c8315397a640754cb08ab;p=friendica.git dispy code tag style --- diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 40545de01e..34c880ac07 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -548,6 +548,16 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} border: 0px; } +/** + * item text style + **/ +.wall-item-body code { + border-color: #CCCCCC; + border-style: solid; + border-width: 1px 1px 1px 10px; + display: block; + padding-left: 10px; +}