comparison themes/default/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 5225c6026410
comparison
equal deleted inserted replaced
105:7a7c3faf3171 106:e8bbce758855
100 100
101 background-color: white; 101 background-color: white;
102 border-left: 1px solid rgb(128, 128, 128); 102 border-left: 1px solid rgb(128, 128, 128);
103 margin: 0; 103 margin: 0;
104 } 104 }
105
106 pre {
107 overflow: auto;
108 background: rgb(230,230,230);
109 border: solid;
110 border-width: thin;
111 padding: 5px 10px;
112 }