Make WordPress Core

Changeset 22897


Ignore:
Timestamp:
11/28/2012 05:49:43 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Ten: style a few more input types, and fix missing quotes around types in selectors. See #20579.

Location:
trunk/wp-content/themes/twentyten
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/rtl.css

    r16480 r22897  
    6767.reply,
    6868.widget-title,
    69 input[type=submit] {
     69input[type="submit"] {
    7070    font-family: Arial, Tahoma, sans-serif;
    7171}
  • trunk/wp-content/themes/twentyten/style.css

    r22216 r22897  
    147147    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    148148}
    149 input[type=submit] {
     149input[type="submit"] {
    150150    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    151151}
     
    313313}
    314314input[type="text"],
     315input[type="password"],
     316input[type="email"],
     317input[type="url"],
     318input[type="number"],
    315319textarea {
    316320    background: #f9f9f9;
     
    10491053
    10501054/* Comments form */
    1051 input[type=submit] {
     1055input[type="submit"] {
    10521056    color: #333;
    10531057}
Note: See TracChangeset for help on using the changeset viewer.