Twenty Ten and Twenty Twelve: fix minor indentation issues in CSS files (spaces to tabs).
git-svn-id: http://core.svn.wordpress.org/trunk@24196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0767933d3a
commit
c347a88b68
|
@ -133,8 +133,8 @@ blockquote {
|
|||
|
||||
#access .menu-header,
|
||||
div.menu {
|
||||
margin-right: 12px;
|
||||
margin-left: 0;
|
||||
margin-right: 12px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#access .menu-header li,
|
||||
|
@ -201,7 +201,7 @@ div.menu li{
|
|||
|
||||
.category-gallery .gallery-thumb {
|
||||
float: right;
|
||||
margin-left:20px;
|
||||
margin-left:20px;
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
|
|
|
@ -214,7 +214,7 @@ textarea {
|
|||
}
|
||||
button,
|
||||
input {
|
||||
line-height: normal;
|
||||
line-height: normal;
|
||||
}
|
||||
textarea {
|
||||
font-size: 100%;
|
||||
|
@ -268,7 +268,7 @@ input[type="reset"] {
|
|||
}
|
||||
button[disabled],
|
||||
input[disabled] {
|
||||
cursor: default;
|
||||
cursor: default;
|
||||
}
|
||||
.menu-toggle:hover,
|
||||
button:hover,
|
||||
|
|
Loading…
Reference in New Issue