Difference between revisions of "MediaWiki:Evergreen3.css"

From Puget Prairie Plants
(Created page with '<nowiki>: .basics { background-color: #F9F9F9; border: 1px solid #E5E5E5; clear: right; padding: 10px; }')
 
Line 6: Line 6:
 
     clear: right;
 
     clear: right;
 
     padding: 10px;
 
     padding: 10px;
 +
}
 +
 +
.firstHeading {
 +
    font-weight: normal;
 
}
 
}

Revision as of 10:36, 14 February 2012

/*<nowiki>*/

.basics {
    background-color: #F9F9F9;
    border: 1px solid #E5E5E5;
    clear: right;
    padding: 10px;
}

.firstHeading {
    font-weight: normal;
}