Skip to content

Commit

Permalink
better css
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Aug 26, 2017
1 parent 35c1e7f commit 1e5a4a2
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions doc/source/_static/css/skcriteria.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,22 @@ a, a:visited {
color: white;
}

div.nboutput div.output_area.table-wrapper {
height: 500px;
div.nboutput,
div[class^='highlight'] pre {
font-size: 14px !important;
}

div.nboutput div.table-wrapper {
max-height: 500px;
overflow: auto;
font-size: 12px;
}

div.nboutput div.output_area.table-wrapper th {
background-color: #b2ce41;

div.nboutput div.table-wrapper th {
color: #6b7b27;
}

div.nboutput div.table-wrapper table {
border-collapse: separate;
border-spacing: 7px 0;
}

0 comments on commit 1e5a4a2

Please sign in to comment.