Skip to content

Commit

Permalink
Cooler css
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm committed Feb 11, 2016
1 parent 5398d4e commit 551e691
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions resources/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
pre, code { background-color: #f8f8f8; }
body {
padding-left: 10px;
padding-right: 10%;
}
pre {
border: 1px solid gray;
background-color: #f8f8f8;
border: 1px solid darkgray;
padding: 3px;
}
table:first-of-type thead {
display: none;
}
table {
border: 1px solid darkgray;
}
thead {
background-color: darkgray;
color: white;
}
th,td {
padding: 2px;
padding-right: 20px;
}
tr:nth-child(even) {
background-color: #f8f8f8;
}

0 comments on commit 551e691

Please sign in to comment.