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

Commit

Permalink
added borders to tables. fixes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
zyml committed May 21, 2013
1 parent 0410818 commit 4a771e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Expand Up @@ -181,11 +181,12 @@ table {
th, td {
border-spacing: 3px;
padding: 0.5em;
border: 1px solid #CCC;
}
th {
background: #333;
color: #F5F5F5;
border: 1px solid #333;
border: 1px solid #222;
}
tr:nth-child(odd) {
background: #F5F5F5;
Expand Down

0 comments on commit 4a771e4

Please sign in to comment.