Twenty Thirteen: remove several more px unit values.

git-svn-id: http://core.svn.wordpress.org/trunk@23698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-14 17:53:06 +00:00
parent e1acdbf40f
commit 07e5008d04
2 changed files with 4 additions and 4 deletions

View File

@ -854,7 +854,7 @@ div.nav-menu > ul {
.toggled-on .nav-menu,
.toggled-on .nav-menu > ul {
margin-left: auto;
margin-right: 0px;
margin-right: 0;
}
.toggled-on .nav-menu li > ul {

View File

@ -991,7 +991,7 @@ ul.nav-menu li:hover > ul,
}
.navbar-fixed .navbar {
box-shadow: 0px 2px 2px rgba(173, 165, 105, 0.2);
box-shadow: 0 2px 2px rgba(173, 165, 105, 0.2);
height: 45px;
position: fixed;
top: 0;
@ -1378,7 +1378,7 @@ footer.entry-meta {
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type {
box-shadow: inset 0px 2px 2px rgba(173, 165, 105, 0.2);
box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-aside .entry-content .date {
@ -1642,7 +1642,7 @@ footer.entry-meta {
.blog .format-link:first-of-type,
.single .format-link:first-of-type {
box-shadow: inset 0px 2px 2px rgba(173, 165, 105, 0.2);
box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-link .entry-header,