Changeset 961

Show
Ignore:
Timestamp:
02/13/08 02:05:47 (7 months ago)
Author:
evanweaver
Message:

Don't use horrible yellow borders in the ticket view.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • web/theme.css

    r954 r961  
    362362} 
    363363 
     364#ticket .description h3 { 
     365  border-bottom: 1px solid #666; 
     366  color: #666; 
     367} #ticket .date p { 
     368  color: #666; 
     369  text-align: right; 
     370} #ticket table.properties th { 
     371  color: #666; 
     372} #ticket table.properties { 
     373  border-top: 1px solid #666; 
     374} 
     375 
    364376/* Tags */ 
    365377.tagcloud {