Twenty Eleven, minor cleanup: remove extra spaces in CSS file and crush a few more kilobytes from a PNG file.
git-svn-id: http://core.svn.wordpress.org/trunk@24144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1365326444
commit
b74477ecf0
Binary file not shown.
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 209 B |
|
@ -2394,7 +2394,6 @@ p.comment-form-comment {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
|
/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
|
||||||
|
@ -2496,7 +2495,6 @@ p.comment-form-comment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media (max-width: 450px) {
|
@media (max-width: 450px) {
|
||||||
#content .gallery-columns-2 .gallery-item {
|
#content .gallery-columns-2 .gallery-item {
|
||||||
|
@ -2507,7 +2505,6 @@ p.comment-form-comment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
|
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
|
||||||
body {
|
body {
|
||||||
|
@ -2519,7 +2516,6 @@ p.comment-form-comment {
|
||||||
#branding {
|
#branding {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2688,7 +2684,6 @@ p.comment-form-comment {
|
||||||
.commentlist .children > li.bypostauthor > article .comment-meta {
|
.commentlist .children > li.bypostauthor > article .comment-meta {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2714,6 +2709,7 @@ p.comment-form-comment {
|
||||||
margin-right: 7.6%;
|
margin-right: 7.6%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* =IE8
|
/* =IE8
|
||||||
----------------------------------------------- */
|
----------------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue