Twenty Eleven: visual fixes
* Prevent the sidebar-content layout from breaking singular post and page views * Prevent smileys from inheriting borders and padding git-svn-id: http://svn.automattic.com/wordpress/trunk@18171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
245d007ab2
commit
86f8cda557
|
@ -100,7 +100,8 @@ body {
|
||||||
.singular #primary {
|
.singular #primary {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.singular #content {
|
.singular #content,
|
||||||
|
.sidebar-content.singular #content {
|
||||||
margin: 0 7.6%;
|
margin: 0 7.6%;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -307,6 +308,7 @@ body {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* =Global
|
/* =Global
|
||||||
----------------------------------------------- */
|
----------------------------------------------- */
|
||||||
|
|
||||||
|
@ -842,9 +844,11 @@ img.size-thumbnail {
|
||||||
img.size-full {
|
img.size-full {
|
||||||
width: auto; /* Prevent stretching of full-size images in IE8 */
|
width: auto; /* Prevent stretching of full-size images in IE8 */
|
||||||
}
|
}
|
||||||
img.wp-smiley {
|
.entry-content img.wp-smiley {
|
||||||
|
border: none;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
img.alignleft,
|
img.alignleft,
|
||||||
img.alignright,
|
img.alignright,
|
||||||
|
|
Loading…
Reference in New Issue