mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Thirteen: pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@23679 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
57587835b4
commit
05c0f14024
@ -7,7 +7,7 @@
|
||||
( function( $ ) {
|
||||
var twentyThirteen = {
|
||||
/**
|
||||
* Adds a top margin to the footer if the sidebar widget area is
|
||||
* Adds a top margin to the footer if the sidebar widget area is
|
||||
* higher than the rest of the page, to help the footer always
|
||||
* visually clear the sidebar.
|
||||
*/
|
||||
|
||||
@ -864,7 +864,7 @@ div.nav-menu > ul {
|
||||
margin-right: 20px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
|
||||
#content .featured-gallery {
|
||||
padding-left: auto;
|
||||
padding-right: 24px;
|
||||
|
||||
@ -1253,7 +1253,7 @@ footer.entry-meta {
|
||||
.gallery-item {
|
||||
float: left;
|
||||
margin: 0 4px 4px 0;
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -1346,7 +1346,7 @@ footer.entry-meta {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
text-align: left;
|
||||
-webkit-transition: opacity 400ms ease;
|
||||
-webkit-transition: opacity 400ms ease;
|
||||
transition: opacity 400ms ease;
|
||||
width: 100%;
|
||||
}
|
||||
@ -1546,13 +1546,13 @@ footer.entry-meta {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.blog .format-gallery .gallery-item .portrait img,
|
||||
.archive .format-gallery .gallery-item .portrait img,
|
||||
.search .format-gallery .gallery-item .portrait img {
|
||||
height: auto;
|
||||
max-height: none;
|
||||
max-width: 148px;
|
||||
width: 100%;
|
||||
.blog .format-gallery .gallery-item .portrait img,
|
||||
.archive .format-gallery .gallery-item .portrait img,
|
||||
.search .format-gallery .gallery-item .portrait img {
|
||||
height: auto;
|
||||
max-height: none;
|
||||
max-width: 148px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.blog .format-gallery .gallery-item:first-child,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user