Add a missing semicolon.

Built from https://develop.svn.wordpress.org/trunk@26338


git-svn-id: http://core.svn.wordpress.org/trunk@26239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-11-23 16:30:10 +00:00
parent 06b4f99e18
commit d5f124f45e
2 changed files with 18 additions and 14 deletions

View File

@ -400,7 +400,11 @@ select {
font-size: 14px;
padding: 3px 5px;
line-height: 15px;
border-radius: 0 /* Reset mobile webkit's default element styling */ } textarea { padding: 2px 6px;
border-radius: 0; /* Reset mobile webkit's default element styling */
}
textarea {
padding: 2px 6px;
line-height: 1.4;
}

View File

@ -400,7 +400,7 @@ select {
font-size: 14px;
padding: 3px 5px;
line-height: 15px;
border-radius: 0 /* Reset mobile webkit's default element styling */
border-radius: 0; /* Reset mobile webkit's default element styling */
}
textarea {