In Twenty Ten, keep the search widget lable from clashing with the search widget title. Props iandstewart.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d1a55c286d
commit
3b38c7671e
|
@ -136,7 +136,6 @@ h3#reply-title,
|
||||||
.page-title,
|
.page-title,
|
||||||
.pingback p,
|
.pingback p,
|
||||||
.reply,
|
.reply,
|
||||||
.widget_search label,
|
|
||||||
.widget-title,
|
.widget-title,
|
||||||
input[type=submit]
|
input[type=submit]
|
||||||
{
|
{
|
||||||
|
@ -1105,10 +1104,7 @@ h3#reply-title {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
.widget_search label {
|
.widget_search label {
|
||||||
font-size: 14px;
|
display:none;
|
||||||
font-weight: bold;
|
|
||||||
color: #222;
|
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
.widget-container {
|
.widget-container {
|
||||||
margin: 0 0 18px 0;
|
margin: 0 0 18px 0;
|
||||||
|
@ -1244,7 +1240,6 @@ code {
|
||||||
#access,
|
#access,
|
||||||
.entry-meta,
|
.entry-meta,
|
||||||
.entry-utility,
|
.entry-utility,
|
||||||
.widget_search label,
|
|
||||||
.navigation,
|
.navigation,
|
||||||
.widget-area {
|
.widget-area {
|
||||||
-webkit-text-size-adjust: 120%;
|
-webkit-text-size-adjust: 120%;
|
||||||
|
|
Loading…
Reference in New Issue