Fix the rounded corners on .widefat, for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@11674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-07-01 07:31:37 +00:00
parent 79eb523554
commit 8865bb691d
3 changed files with 7 additions and 4 deletions
-2
View File
@@ -375,8 +375,6 @@ ol.ol-decimal > li {
.widefat {
border-width: 1px;
border-style: solid;
empty-cells: show;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
clear: both;
+5
View File
@@ -338,6 +338,11 @@ table.ie-fixed {
padding: 4px 0 22px;
}
.widefat {
empty-cells: show;
border-collapse: collapse;
}
.tablenav a.button-secondary {
display: inline-block;
padding: 2px 5px;