hgbook

diff stylesheets/hgbook.css @ 890:2887b61fa4fe

Change fields to fieldsets in the Comment admin model. The 'date'
field isn't working properly for an unknown reason, so it has been
removed from the interface temporarily.
author dukebody <dukebody@gmail.com>
date Sun Oct 11 21:12:46 2009 +0200 (2009-10-11)
parents 65b82a891cf7
children
line diff
     1.1 --- a/stylesheets/hgbook.css	Tue Mar 31 11:04:18 2009 +0800
     1.2 +++ b/stylesheets/hgbook.css	Sun Oct 11 21:12:46 2009 +0200
     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  {