Changeset 23698
- Timestamp:
- 03/14/2013 05:53:06 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/rtl.css
r23696 r23698 855 855 .toggled-on .nav-menu > ul { 856 856 margin-left: auto; 857 margin-right: 0 px;857 margin-right: 0; 858 858 } 859 859 -
trunk/wp-content/themes/twentythirteen/style.css
r23697 r23698 992 992 993 993 .navbar-fixed .navbar { 994 box-shadow: 0 px2px 2px rgba(173, 165, 105, 0.2);994 box-shadow: 0 2px 2px rgba(173, 165, 105, 0.2); 995 995 height: 45px; 996 996 position: fixed; … … 1379 1379 .blog .format-aside:first-of-type, 1380 1380 .single .format-aside:first-of-type { 1381 box-shadow: inset 0 px2px 2px rgba(173, 165, 105, 0.2);1381 box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); 1382 1382 } 1383 1383 … … 1643 1643 .blog .format-link:first-of-type, 1644 1644 .single .format-link:first-of-type { 1645 box-shadow: inset 0 px2px 2px rgba(173, 165, 105, 0.2);1645 box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); 1646 1646 } 1647 1647
Note: See TracChangeset
for help on using the changeset viewer.