Add a missing semicolon.
git-svn-id: https://develop.svn.wordpress.org/trunk@26338 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6a5c878714
commit
695499f318
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user