| Index: static/css/main.css |
| =================================================================== |
| --- a/static/css/main.css |
| +++ b/static/css/main.css |
| @@ -22,24 +22,23 @@ |
| button |
| { |
| cursor: pointer; |
| } |
| code, pre |
| { |
| - font-family: "Courier New", monospace; |
| + font-family: monospace; |
| } |
| pre |
| { |
| - background: #fff8dc; |
| - padding: 10px; |
| - border: 1px solid black; |
| + background: #ececec; |
| + padding: 1em; |
| overflow: auto; |
| } |
| .sprite |
| { |
| display: inline-block; |
| font-size: 0px; /* fix for IE6 height bug */ |
| background-image: url(../img/sprite-main.png); |