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
@ -31,7 +31,7 @@ table, caption, tbody, tfoot, thead, tr, th, td {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
:focus { /* remember to define focus styles! */
|
:focus {/* remember to define focus styles! */
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@ -41,9 +41,9 @@ body {
|
|||||||
ol, ul {
|
ol, ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
table { /* tables still need 'cellspacing="0"' in the markup */
|
table {/* tables still need 'cellspacing="0"' in the markup */
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
caption, th, td {
|
caption, th, td {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -290,9 +290,9 @@ sub {
|
|||||||
input[type=text],
|
input[type=text],
|
||||||
textarea {
|
textarea {
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
|
||||||
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
|
||||||
box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
@ -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;
|
||||||
@ -937,7 +938,7 @@ article.intro {
|
|||||||
box-shadow: 0 -5px 0 #305A7A;
|
box-shadow: 0 -5px 0 #305A7A;
|
||||||
margin: -1.855em -8.9% 1.625em;
|
margin: -1.855em -8.9% 1.625em;
|
||||||
padding: 0 8.9%;
|
padding: 0 8.9%;
|
||||||
/* border-top: 5px solid #94BB32;
|
/* border-top: 5px solid #94BB32;
|
||||||
-webkit-box-shadow: 0 -5px 0 #506815; */
|
-webkit-box-shadow: 0 -5px 0 #506815; */
|
||||||
}
|
}
|
||||||
article.intro .entry-title {
|
article.intro .entry-title {
|
||||||
@ -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,9 +1659,9 @@ 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; */
|
||||||
}
|
}
|
||||||
#respond input[type="text"]:focus,
|
#respond input[type="text"]:focus,
|
||||||
#respond textarea:focus {
|
#respond textarea:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user