Twenty Ten and Twenty Twelve: fix minor indentation issues in CSS files (spaces to tabs).

git-svn-id: https://develop.svn.wordpress.org/trunk@24196 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-05-07 22:17:23 +00:00
parent 7f265acff3
commit 368f50ea12
2 changed files with 5 additions and 5 deletions

View File

@ -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;
}

View File

@ -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,