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: https://develop.svn.wordpress.org/trunk@17719 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
30fac1abcb
commit
27b9bdaba4
@ -718,6 +718,7 @@ dl.gallery-item {
|
|||||||
color: #777;
|
color: #777;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -1195,7 +1196,7 @@ p img,
|
|||||||
}
|
}
|
||||||
.wp-caption .wp-caption-text:before {
|
.wp-caption .wp-caption-text:before {
|
||||||
color: #9b8a62;
|
color: #9b8a62;
|
||||||
content: '⎯';
|
content: '\2014';
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -1658,7 +1659,7 @@ section.ephemera .entry-title a span {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 41px;
|
top: 41px;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
width: 60px;
|
min-width: 60px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
/*text-shadow: 1px 1px 1px #fff; */
|
/*text-shadow: 1px 1px 1px #fff; */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user