[Bb-trac] Re: [bbPress] #926: Plugins activated, but not the same green color in the list of plugins!

bbPress bb-trac at lists.bbpress.org
Wed Aug 13 14:04:06 GMT 2008


#926: Plugins activated, but not the same green color in the list of plugins!
----------------------------+-----------------------------------------------
 Reporter:  csseur3         |        Owner:                    
     Type:  defect          |       Status:  reopened          
 Priority:  normal          |    Milestone:  1.0-beta & XML-RPC
Component:  Administration  |      Version:  1.0-beta (trunk)  
 Severity:  normal          |   Resolution:                    
 Keywords:                  |  
----------------------------+-----------------------------------------------
Changes (by csseur3):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 hey sam, the bug is always here!

 change that:

 .active {
 background-color: rgb(200, 250, 200)
 }

 for that:

 .active {
 background-color: rgb(200, 250, 200);
 }


 the required "  ;  " at the end fixed the css bug :p

-- 
Ticket URL: <http://trac.bbpress.org/ticket/926#comment:2>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list