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:
iandstewart 2011-06-06 19:41:25 +00:00
parent 245d007ab2
commit 86f8cda557
1 changed files with 6 additions and 2 deletions

View File

@ -100,7 +100,8 @@ body {
.singular #primary {
margin: 0;
}
.singular #content {
.singular #content,
.sidebar-content.singular #content {
margin: 0 7.6%;
position: relative;
width: auto;
@ -307,6 +308,7 @@ body {
width: auto;
}
/* =Global
----------------------------------------------- */
@ -842,9 +844,11 @@ img.size-thumbnail {
img.size-full {
width: auto; /* Prevent stretching of full-size images in IE8 */
}
img.wp-smiley {
.entry-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignleft,
img.alignright,