Make WordPress Core

Changeset 21626


Ignore:
Timestamp:
08/25/2012 11:27:04 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: style email and url input types, and minor stylesheet cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/style.css

    r21613 r21626  
    158158
    159159/* Clearing floats */
    160 
    161160.clear:after {
    162161    clear: both;
     
    263262input[type="text"],
    264263input[type="password"],
     264input[type="email"],
     265input[type="url"],
    265266textarea {
    266267    padding: 6px;
     
    13401341    }
    13411342    .main-navigation ul.nav-menu,
    1342     .main-navigation div.nav-menu > ul {
     1343    .main-navigation div.nav-menu > ul {
    13431344        border-bottom: 1px solid #ededed;
    13441345        border-top: 1px solid #ededed;
Note: See TracChangeset for help on using the changeset viewer.