Skip to content

Commit

Permalink
table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Apr 20, 2016
1 parent 92feb5b commit 162ad01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
width: 980px;
margin-right: auto;
margin-left: auto;
color: #252525;
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6, th {
font-family: 'COCOGOOSE LETTERPRESS';
text-transform: uppercase;
}
Expand All @@ -36,6 +37,8 @@
}
table th {
font-weight: bold;
background: #252525;
color: #fff;
}

table th, table td {
Expand All @@ -45,7 +48,7 @@

table tr {
background-color: #fff;
border-top: 1px solid #ccc;
border-top: 1px solid #dcdcdc;
}

table tr:nth-child(2n) {
Expand Down

0 comments on commit 162ad01

Please sign in to comment.