comparison stylesheets/hgbook.css @ 763:4dd63ae7ba87

Remove background images for note/tip/warn
author Dongsheng Song <songdongsheng@live.cn>
date Tue, 31 Mar 2009 14:53:07 +0800
parents 65b82a891cf7
children
comparison
equal deleted inserted replaced
762:605af0a90e3e 763:4dd63ae7ba87
213 margin: 0.125in 0; 213 margin: 0.125in 0;
214 padding: 0 55px; 214 padding: 0 55px;
215 font-size: 90%; 215 font-size: 90%;
216 } 216 }
217 217
218 /*
218 .note 219 .note
219 { 220 {
220 background: url(./figs/note.png) no-repeat rgb(252,246,220); 221 background: url(./figs/note.png) no-repeat rgb(252,246,220);
221 } 222 }
222 223
227 228
228 .warning 229 .warning
229 { 230 {
230 background: url(./figs/warning.png) no-repeat rgb(255,210,210); 231 background: url(./figs/warning.png) no-repeat rgb(255,210,210);
231 } 232 }
233 */
232 234
233 .note .title, .tip .title, .warning .title 235 .note .title, .tip .title, .warning .title
234 { 236 {
235 display: none; 237 display: none;
236 } 238 }