hgbook

changeset 664:4dd63ae7ba87

Remove background images for note/tip/warn
author Dongsheng Song <songdongsheng@live.cn>
date Tue Mar 31 14:53:07 2009 +0800 (2009-03-31)
parents 605af0a90e3e
children 53f179393f5c
files stylesheets/hgbook.css
line diff
     1.1 --- a/stylesheets/hgbook.css	Tue Mar 31 11:51:13 2009 +0800
     1.2 +++ b/stylesheets/hgbook.css	Tue Mar 31 14:53:07 2009 +0800
     1.3 @@ -215,6 +215,7 @@
     1.4      font-size: 90%;
     1.5  }
     1.6  
     1.7 +/*
     1.8  .note
     1.9  {
    1.10      background: url(./figs/note.png) no-repeat rgb(252,246,220);
    1.11 @@ -229,6 +230,7 @@
    1.12  {
    1.13      background: url(./figs/warning.png) no-repeat rgb(255,210,210);
    1.14  }
    1.15 +*/
    1.16  
    1.17  .note .title, .tip .title, .warning .title
    1.18  {