Make WordPress Core

Changeset 30051


Ignore:
Timestamp:
10/28/2014 05:17:10 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: minor CSS fixes. See #30133.

Location:
trunk/src/wp-content/themes/twentyfifteen/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css

    r30046 r30051  
    2929    font-size: 17px;
    3030    line-height: 1.6471;
     31    margin: 8% 10%;
    3132    max-width: 660px;
    32     margin: 8% 10%;
    3333    vertical-align: baseline;
    3434}
     
    128128blockquote small {
    129129    color: #333;
    130     font-size: 17px;
    131130    font-family: "Noto Sans", sans-serif;
     131    font-size: 17px;
    132132    line-height: 1.6471;
    133133}
     
    459459
    460460.rtl blockquote {
     461    border-left: none;
    461462    border-right: 4px solid #707070;
    462     border-left: none;
    463463    margin: 0 -21px 35px 0;
     464    padding-left: 0;
    464465    padding-right: 17px;
    465     padding-left: 0;
    466466}
    467467
    468468.rtl blockquote > blockquote {
     469    margin-left: auto;
    469470    margin-right: 0;
    470     margin-left: auto;
    471471}
    472472
  • trunk/src/wp-content/themes/twentyfifteen/css/ie.css

    r30046 r30051  
    113113
    114114.main-navigation ul ul {
     115    border-bottom: 0;
    115116    border-top: 0;
    116     border-bottom: 0;
    117117    margin-left: 1em;
    118118}
     
    293293    background-color: inherit;
    294294    display: block;
     295    filter: alpha(opacity=70);
    295296    font-size: 16px;
    296297    margin: 0.5em 7.6897% 7.6897%;
    297     filter: alpha(opacity=70);
    298298}
    299299
  • trunk/src/wp-content/themes/twentyfifteen/css/ie7.css

    r30046 r30051  
    88}
    99
    10 .secondary-toggle  {
     10.secondary-toggle {
    1111    color: #333;
    1212    font-size: 16px;
Note: See TracChangeset for help on using the changeset viewer.