Standardise the CSS coding standards in install.dev.css
git-svn-id: http://svn.automattic.com/wordpress/trunk@13871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6097e9d0e3
commit
513e965bc0
|
@ -1,4 +1,6 @@
|
|||
html { background: #f9f9f9; }
|
||||
html {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
|
@ -14,9 +16,14 @@ body {
|
|||
border: 1px solid #dfdfdf;
|
||||
}
|
||||
|
||||
a { color: #2583ad; text-decoration: none; }
|
||||
a {
|
||||
color: #2583ad;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover { color: #d54e21; }
|
||||
a:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
h1 {
|
||||
border-bottom: 1px solid #dadada;
|
||||
|
@ -28,7 +35,9 @@ h1 {
|
|||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
h2 { font-size: 16px; }
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p, li, dd, dt {
|
||||
padding-bottom: 2px;
|
||||
|
@ -36,30 +45,33 @@ p, li, dd, dt {
|
|||
line-height: 18px;
|
||||
}
|
||||
|
||||
code, .code { font-size: 13px; }
|
||||
code, .code {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
ul, ol, dl { padding: 5px 5px 5px 22px; }
|
||||
ul, ol, dl {
|
||||
padding: 5px 5px 5px 22px;
|
||||
}
|
||||
|
||||
a img {
|
||||
border:0
|
||||
}
|
||||
|
||||
abbr {
|
||||
border: 0;
|
||||
font-variant: normal;
|
||||
}
|
||||
|
||||
#logo {
|
||||
margin: 6px 0 14px 0;
|
||||
border-bottom: none;
|
||||
text-align:center
|
||||
}
|
||||
|
||||
.step {
|
||||
margin: 20px 0 15px;
|
||||
}
|
||||
|
||||
.step, th { text-align: left; padding: 0; }
|
||||
.step, th {
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.submit input, .button, .button-secondary {
|
||||
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
|
@ -147,7 +159,9 @@ textarea {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
#error-page { margin-top: 50px; }
|
||||
#error-page {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
#error-page p {
|
||||
font-size: 12px;
|
||||
|
@ -155,7 +169,9 @@ textarea {
|
|||
margin: 25px 0 20px;
|
||||
}
|
||||
|
||||
#error-page code, .code { font-family: Consolas, Monaco, Courier, monospace; }
|
||||
#error-page code, .code {
|
||||
font-family: Consolas, Monaco, Courier, monospace;
|
||||
}
|
||||
|
||||
#pass-strength-result {
|
||||
background-color: #eee;
|
||||
|
|
Loading…
Reference in New Issue