Changeset 800

Show
Ignore:
Timestamp:
04/05/08 10:26:34 (5 months ago)
Author:
seancribbs
Message:

Merge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/radiant/.gitignore

    r794 r800  
    22db/*.db 
    33log/*.log 
     4pkg 
  • trunk/radiant/CHANGELOG

    r798 r800  
    22 
    33=== SVN 
     4* Add pkg/ ignore to git, correct CSS problems with fieldset tables.  
     5[Sean Cribbs] 
     6* Ignore git files when building gem. [Sean Cribbs] 
    47* Fix generated test and spec harnesses, convert core extensions to specs. 
    58[Sean Cribbs] 
  • trunk/radiant/public/stylesheets/admin/main.css

    r783 r800  
    361361  width: 100%; 
    362362} 
    363 #content table.fieldset td
     363#content table.fieldset td, #content table.fieldset th
    364364  background-color: white; 
    365365  border-top: 1px solid #DFD3C3;