mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
65ed77974b
Props iamtakashi, fixes #30653. Built from https://develop.svn.wordpress.org/trunk@30806 git-svn-id: http://core.svn.wordpress.org/trunk@30796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
90 lines
1.1 KiB
CSS
90 lines
1.1 KiB
CSS
/*
|
|
Theme Name: Twenty Fifteen
|
|
Description: IE7 specific style.
|
|
*/
|
|
|
|
.screen-reader-text {
|
|
clip: rect(1px 1px 1px 1px);
|
|
}
|
|
|
|
.secondary-toggle {
|
|
color: #333;
|
|
font-size: 16px;
|
|
line-height: 60px;
|
|
width: auto;
|
|
}
|
|
|
|
.pagination .prev,
|
|
.pagination .next {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
line-height: 64px;
|
|
padding: 0 19px;
|
|
width: auto;
|
|
}
|
|
|
|
.image-navigation,
|
|
.comment-navigation {
|
|
width: 662px;
|
|
}
|
|
|
|
.post-navigation {
|
|
text-align: left;
|
|
}
|
|
|
|
.site-main {
|
|
text-align: center;
|
|
}
|
|
|
|
.hentry {
|
|
margin-bottom: 7.6923%;
|
|
text-align: left;
|
|
width: 808px;
|
|
}
|
|
|
|
.page-header {
|
|
margin-bottom: 7.6923%;
|
|
text-align: left;
|
|
}
|
|
|
|
.comments-area {
|
|
text-align: left;
|
|
}
|
|
|
|
.comment-list,
|
|
.comment-navigation {
|
|
margin-bottom: 1.6471em;
|
|
}
|
|
|
|
.gallery-columns-2 .gallery-item {
|
|
max-width: 48%;
|
|
}
|
|
|
|
.gallery-columns-3 .gallery-item {
|
|
max-width: 31%;
|
|
}
|
|
|
|
.gallery-columns-4 .gallery-item {
|
|
max-width: 22%;
|
|
}
|
|
|
|
.gallery-columns-5 .gallery-item {
|
|
max-width: 17%;
|
|
}
|
|
|
|
.gallery-columns-6 .gallery-item {
|
|
max-width: 13.5%;
|
|
}
|
|
|
|
.gallery-columns-7 .gallery-item {
|
|
max-width: 11%;
|
|
}
|
|
|
|
.gallery-columns-8 .gallery-item {
|
|
max-width: 9.5%;
|
|
}
|
|
|
|
.gallery-columns-9 .gallery-item {
|
|
max-width: 8%;
|
|
}
|