Make WordPress Core

Changeset 5392


Ignore:
Timestamp:
05/04/2007 11:23:41 PM (17 years ago)
Author:
rob1n
Message:

Use correct border order in classic theme's CSS. fixes #4225

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/style.css

    r2145 r5392  
    4949body {
    5050    background: #fff;
    51     border: solid 2px #565;
    52     border-bottom: solid 1px #565;
    53     border-top: solid 3px #565;
     51    border: 2px solid #565;
     52    border-bottom: 1px solid #565;
     53    border-top: 3px solid #565;
    5454    color: #000;
    5555    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
     
    7272
    7373h3 {
    74     border-bottom: dotted 1px #eee;
     74    border-bottom: 1px dotted #eee;
    7575    font-family: "Times New Roman", Times, serif;
    7676    margin-top: 0;
     
    9797.credit {
    9898    background: #90a090;
    99     border-top: double 3px #aba;
     99    border-top: 3px double #aba;
    100100    color: #fff;
    101101    font-size: 11px;
     
    167167#header {
    168168    background: #90a090;
    169     border-bottom: double 3px #aba;
    170     border-left: solid 1px #9a9;
    171     border-right: solid 1px #565;
    172     border-top: solid 1px #9a9;
     169    border-bottom: 3px double #aba;
     170    border-left: 1px solid #9a9;
     171    border-right: 1px solid #565;
     172    border-top: 1px solid #9a9;
    173173    font: italic normal 230% 'Times New Roman', Times, serif;
    174174    letter-spacing: 0.2em;
     
    189189    background: #fff;
    190190    border-left: 1px dotted #ccc;
    191     border-top: solid 3px #e0e6e0;
     191    border-top: 3px solid #e0e6e0;
    192192    padding: 20px 0 10px 30px;
    193193    position: absolute;
Note: See TracChangeset for help on using the changeset viewer.