Twenty Eleven: minor style fixes (overflow) for international blogs and replacing em dash with the proper CSS value for the entity. Props matveb, see #17198

git-svn-id: http://svn.automattic.com/wordpress/trunk@17719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2011-04-26 18:59:32 +00:00
parent 34cdfcdd41
commit 36742c0032
1 changed files with 35 additions and 34 deletions

View File

@ -718,6 +718,7 @@ dl.gallery-item {
color: #777;
font-size: 18px;
height: 48px;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
@ -1195,7 +1196,7 @@ p img,
}
.wp-caption .wp-caption-text:before {
color: #9b8a62;
content: '';
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
@ -1658,7 +1659,7 @@ section.ephemera .entry-title a span {
position: relative;
top: 41px;
left: 4px;
width: 60px;
min-width: 60px;
z-index: 1;
/*text-shadow: 1px 1px 1px #fff; */
}