Minor widgets screen css fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@11234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a1bb97313f
commit
c54e64a00f
|
@ -1610,7 +1610,7 @@ div.widgets-sortables,
|
|||
#widgets-left .sidebar-name {
|
||||
background-color: #aaa;
|
||||
background-image: url(../images/ed-bg-vs.gif);
|
||||
text-shadow: #FFFFFF 0 -1px 0;
|
||||
text-shadow: #FFFFFF 0 1px 0;
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
|
|
|
@ -1599,7 +1599,7 @@ div.widgets-sortables,
|
|||
#widgets-left .sidebar-name {
|
||||
background-color: #aaa;
|
||||
background-image: url(../images/ed-bg.gif);
|
||||
text-shadow: #FFFFFF 0 -1px 0;
|
||||
text-shadow: #FFFFFF 0 1px 0;
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ div.widget-liquid-right {
|
|||
div.sidebar-name h3 {
|
||||
margin: 0;
|
||||
padding: 5px 12px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
div.sidebar-name {
|
||||
|
|
Loading…
Reference in New Issue