Make WordPress Core


Ignore:
Timestamp:
11/15/2011 03:47:07 PM (13 years ago)
Author:
azaozz
Message:

Fix styling for the installation screens, props chexee, fixes #18576

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r19272 r19297  
    28522852            background: #fff;
    28532853            color: #333;
    2854             font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     2854            font-family: sans-serif;
    28552855            margin: 2em auto;
    2856             width: 700px;
    28572856            padding: 1em 2em;
    2858             -webkit-border-radius: 11px;
    2859             border-radius: 11px;
     2857            -webkit-border-radius: 3px;
     2858            border-radius: 3px;
    28602859            border: 1px solid #dfdfdf;
     2860            max-width: 700px;
    28612861        }
    28622862        #error-page {
     
    28642864        }
    28652865        #error-page p {
    2866             font-size: 12px;
    2867             line-height: 18px;
     2866            font-size: 14px;
     2867            line-height: 1.5;
    28682868            margin: 25px 0 20px;
    28692869        }
     
    28712871            font-family: Consolas, Monaco, monospace;
    28722872        }
     2873        ul li {
     2874            margin-bottom: 10px;
     2875            font-size: 14px ;
     2876        }
     2877        a {
     2878            color: #21759B;
     2879            text-decoration: none;
     2880        }
     2881        a:hover {
     2882            color: #D54E21;
     2883        }
    28732884        <?php if ( 'rtl' == $text_direction ) : ?>
    2874         body { font-family: Tahoma, arial; }
     2885        body { font-family: Tahoma, Arial; }
    28752886        <?php endif; ?>
    28762887    </style>
Note: See TracChangeset for help on using the changeset viewer.