comparison themes/blog.steve.org.uk/style.css @ 106:e8bbce758855

Added 'pre' handling.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 09:58:33 +0000
parents b67757b6fdae
children df0201e39fed
comparison
equal deleted inserted replaced
105:7a7c3faf3171 106:e8bbce758855
99 .box { 99 .box {
100 border: 1px solid black; 100 border: 1px solid black;
101 background-color: #eee; 101 background-color: #eee;
102 font-size: 80%; 102 font-size: 80%;
103 } 103 }
104
105 pre {
106 overflow: auto;
107 background: rgb(230,230,230);
108 border: solid;
109 border-width: thin;
110 padding: 5px 10px;
111 }