Make WordPress Core

Changeset 5430


Ignore:
Timestamp:
05/10/2007 02:52:22 AM (17 years ago)
Author:
rob1n
Message:

Make H2's in the admin wrap nice, and some CSS cleanup. Props JeremyVisser. fixes #4119

Location:
trunk/wp-admin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-admin.css

    r5256 r5430  
    121121
    122122a:hover {
    123 /*  border-bottom: 1px solid #3a75ae;*/
    124123    color: #069;
    125124}
     
    133132
    134133body, td {
    135     font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
     134    font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    136135}
    137136
     
    171170
    172171h2 {
    173     border-bottom: .5em solid #e5f3ff;
    174172    color: #333;
    175     font: normal 32px/5px serif;
     173    font: normal 32px serif;
    176174    margin: 5px 10px;
     175    background: url( images/heading-bg.gif ) repeat-x bottom;
    177176}
    178177
     
    438437
    439438.wrap h2 {
    440     margin: .4em 0 .5em;
     439    margin: 0 0 .5em;
    441440    clear: both;
    442441}
     
    913912
    914913#zeitgeist h2, fieldset legend a {
    915     border-bottom: none;
     914    background: none;
    916915}
    917916
    918917* html #zeitgeist h2 {
    919918    padding-top: 10px;
    920 }
    921 
    922 #zeitgeist h2 {
    923     margin-top: .4em;
    924919}
    925920
Note: See TracChangeset for help on using the changeset viewer.