Skip to content

Commit

Permalink
Table style (header left aligned)
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jul 3, 2018
1 parent 47aa207 commit 931d622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/javadoc/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ table.table thead tr {
table.table tbody tr:nth-child(2n) {
background-color: #EEEEEF;
}

table.table th {
text-align: left;
}

0 comments on commit 931d622

Please sign in to comment.