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

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