comparison themes/blocky/style.css @ 106:e8bbce758855

Added 'pre' handling.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 09:58:33 +0000
parents acbe466b3c13
children
comparison
equal deleted inserted replaced
105:7a7c3faf3171 106:e8bbce758855
41 } 41 }
42 42
43 legend { 43 legend {
44 font-weight: bold; 44 font-weight: bold;
45 } 45 }
46
47 pre {
48 overflow: auto;
49 background: rgb(230,230,230);
50 border: solid;
51 border-width: thin;
52 padding: 5px 10px;
53 }