Make WordPress Core

Changeset 23698


Ignore:
Timestamp:
03/14/2013 05:53:06 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: remove several more px unit values.

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

Legend:

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

    r23696 r23698  
    855855    .toggled-on .nav-menu > ul {
    856856        margin-left: auto;
    857         margin-right: 0px;
     857        margin-right: 0;
    858858    }
    859859
  • trunk/wp-content/themes/twentythirteen/style.css

    r23697 r23698  
    992992
    993993.navbar-fixed .navbar {
    994     box-shadow: 0px 2px 2px rgba(173, 165, 105, 0.2);
     994    box-shadow: 0 2px 2px rgba(173, 165, 105, 0.2);
    995995    height: 45px;
    996996    position: fixed;
     
    13791379.blog .format-aside:first-of-type,
    13801380.single .format-aside:first-of-type {
    1381     box-shadow: inset 0px 2px 2px rgba(173, 165, 105, 0.2);
     1381    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
    13821382}
    13831383
     
    16431643.blog .format-link:first-of-type,
    16441644.single .format-link:first-of-type {
    1645     box-shadow: inset 0px 2px 2px rgba(173, 165, 105, 0.2);
     1645    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
    16461646}
    16471647
Note: See TracChangeset for help on using the changeset viewer.