Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request #438 from mustardBees/patch-2
Browse files Browse the repository at this point in the history
Prevent missing table styling on new posts, props [@mustardBees](https://github.com/mustardBees)
  • Loading branch information
jtsternberg committed Jan 30, 2014
2 parents 39da505 + fa69209 commit c93cfbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ table.cmb_metabox tr:first-of-type td, table.cmb_metabox tr:first-of-type th {
border:0;
}

.post-php table.cmb_metabox td, .post-php table.cmb_metabox th {
.post-php table.cmb_metabox td, .post-new-php table.cmb_metabox td, .post-php table.cmb_metabox th, .post-new-php table.cmb_metabox th {
border-top: 1px solid #E9E9E9;
}

.post-php table.cmb_metabox th {
.post-php table.cmb_metabox th, .post-new-php table.cmb_metabox th {
text-align: right;
font-weight:bold
}
Expand Down

0 comments on commit c93cfbe

Please sign in to comment.