Skip to content

Commit

Permalink
better table
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Sep 2, 2017
1 parent 63adaac commit ef1c8c0
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 39 deletions.
26 changes: 26 additions & 0 deletions doc/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,29 @@ div.input_area {
background-color: transparent !important;
border: none !important;
}

div.note {
background-color: #6595c5;
border: 1px solid #CCC;
}

table {
border-collapse: collapse;
}

table thead tr th{
background-color: #6595c5;
}

table thead tr th,
table tbody tr td {
border: 1px solid #CCC;
margin: 0px;
font-size: 15px;
font-family: san-serif;

}

tr:nth-child(even) {
background-color: #dde1ff;
}

0 comments on commit ef1c8c0

Please sign in to comment.