Make WordPress Core

Changeset 547


Ignore:
Timestamp:
11/12/2003 05:50:56 PM (22 years ago)
Author:
emc3
Message:

Set padding:0 on body to improve display in Opera per http://wordpress.org/support/5/831#post-6 suggestion from Ben de Groot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-layout.css

    r545 r547  
    4343    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    4444    margin: 0;
     45    padding: 0;
    4546    background-color: white;
    4647    color: black;
Note: See TracChangeset for help on using the changeset viewer.