Make WordPress Core

Changeset 13871


Ignore:
Timestamp:
03/28/2010 11:28:25 AM (14 years ago)
Author:
dd32
Message:

Standardise the CSS coding standards in install.dev.css

File:
1 edited

Legend:

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

    r13870 r13871  
    1 html { background: #f9f9f9; }
     1html {
     2    background: #f9f9f9;
     3}
    24
    35body {
     
    1517}
    1618
    17 a { color: #2583ad; text-decoration: none; }
    18 
    19 a:hover { color: #d54e21; }
     19a {
     20    color: #2583ad;
     21    text-decoration: none;
     22}
     23
     24a:hover {
     25    color: #d54e21;
     26}
    2027
    2128h1 {
     
    2936}
    3037
    31 h2 { font-size: 16px; }
     38h2 {
     39    font-size: 16px;
     40}
    3241
    3342p, li, dd, dt {
     
    3746}
    3847
    39 code, .code { font-size: 13px; }
    40 
    41 ul, ol, dl { padding: 5px 5px 5px 22px; }
     48code, .code {
     49    font-size: 13px;
     50}
     51
     52ul, ol, dl {
     53    padding: 5px 5px 5px 22px;
     54}
    4255
    4356a img {
    4457    border:0
    4558}
    46 
    4759abbr {
    4860    border: 0;
    4961    font-variant: normal;
    5062}
    51 
    5263#logo {
    5364    margin: 6px 0 14px 0;
     
    5566    text-align:center
    5667}
    57 
    5868.step {
    5969    margin: 20px 0 15px;
    6070}
    61 
    62 .step, th { text-align: left; padding: 0; }
     71.step, th {
     72    text-align: left;
     73    padding: 0;
     74}
    6375
    6476.submit input, .button, .button-secondary {
     
    148160}
    149161
    150 #error-page { margin-top: 50px; }
     162#error-page {
     163    margin-top: 50px;
     164}
    151165
    152166#error-page p {
     
    156170}
    157171
    158 #error-page code, .code { font-family: Consolas, Monaco, Courier, monospace; }
     172#error-page code, .code {
     173    font-family: Consolas, Monaco, Courier, monospace;
     174}
    159175
    160176#pass-strength-result {
Note: See TracChangeset for help on using the changeset viewer.