CSS typo fixes from sambauers. fixes #6220
git-svn-id: https://develop.svn.wordpress.org/trunk@7293 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
13f88fea95
commit
d61d209476
|
@ -8,7 +8,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
body > #upload-menu {
|
body > #upload-menu {
|
||||||
border-bottom-style: #fff;
|
border-bottom-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
|
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
|
||||||
|
|
|
@ -8,7 +8,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
body > #upload-menu {
|
body > #upload-menu {
|
||||||
border-bottom-style: #fff;
|
border-bottom-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
|
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
|
||||||
|
|
Loading…
Reference in New Issue