X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fquattro.less;h=2e61b91829fd8a0f0038f3f3c696e182f5c73e2d;hb=bbf491d52b73ff8152ecdf6700842eaa7a8d3bb8;hp=5a7780a4c6185e459169c97a9fc74d7e334a5a3c;hpb=3bf192ba08e4d9d9927074364037a5ed289693c5;p=friendica.git diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 5a7780a4c6..2e61b91829 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -41,7 +41,17 @@ a:hover {color: @LinkHover; text-decoration: underline; } .right { float: right; } .hidden { display: none; } - +code { + font-family: Courier, monospace; + white-space: pre; + display: block; + overflow: auto; + border: 1px solid #444; + background: #EEE; + color: #444; + padding: 10px; + margin-top: 20px; +} /* tool */ .tool {