Development

Changeset 4014

You must first sign up to be able to contribute.

Changeset 4014

Show
Ignore:
Timestamp:
05/16/07 12:03:43 (1 year ago)
Author:
superhaggis
Message:

sfBBPlugin:
Added additional CSS classes for viewForum.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfBBPlugin/web/css/default.css

    r3958 r4014  
    7777} 
    7878 
     79td.threadheader_replies 
     80{ 
     81  font-weight: bold; 
     82  background-color: #dddddd; 
     83} 
     84 
     85td.threadheader_recent 
     86{ 
     87  font-weight: bold; 
     88  background-color: #dddddd; 
     89}