Skip to:
Content

BuddyPress.org

Changeset 3071


Ignore:
Timestamp:
06/27/2010 12:41:50 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Match table header row color to header color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/_inc/css/default.css

    r3048 r3071  
    847847        width: 100%;
    848848}
     849        table thead tr {
     850                background: #eaeaea;
     851        }
     852
    849853        table#message-threads {
    850854                margin: 0 -20px;
     
    895899        width: auto;
    896900}
    897         table.forum tr:first-child {
    898                 background: #fafafa;
    899         }
    900 
    901901        table.forum tr.sticky td {
    902902                background: #FFF9DB;
Note: See TracChangeset for help on using the changeset viewer.