| Index: anwiki/_override-static/global/global/css/main.css |
| =================================================================== |
| --- a/anwiki/_override-static/global/global/css/main.css |
| +++ b/anwiki/_override-static/global/global/css/main.css |
| @@ -32,16 +32,23 @@ button |
| cursor: pointer; |
| } |
| code, pre |
| { |
| font-family: "Courier New", monospace; |
| } |
| +pre |
| +{ |
| + background: cornsilk; |
| + padding: 10px; |
| + border: 1px solid black; |
| +} |
| + |
| .sprite |
| { |
| display: inline-block; |
| font-size: 0px; /* fix for IE6 height bug */ |
| background-image: url(../img/sprite-main.png); |
| background-repeat: no-repeat; |
| } |