Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Table headers where missing padding, making them clash with table data.
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent 33b2f80 commit b908f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Expand Up @@ -89,7 +89,7 @@ table.pod-table tr:nth-child(even) {
background-color: none;
}

td {
td, th {
padding: 0.4em;

p {
Expand Down
4 changes: 2 additions & 2 deletions html/css/style.css
Expand Up @@ -76,9 +76,9 @@ table.pod-table tr:nth-child(odd) {
table.pod-table tr:nth-child(even) {
background-color: none; }

td {
td, th {
padding: 0.4em; }
td p {
td p, th p {
margin: 0; }

.pretty-box {
Expand Down

0 comments on commit b908f29

Please sign in to comment.