Skip to content

Commit

Permalink
more css
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Dec 3, 2018
1 parent ec42c52 commit cba0955
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/_static/css/exoplanet.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
table {
.dataframe {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
border-collapse: collapse;
border: 0;
display: block;
overflow-x: scroll;
font-size: 12px;
}

table th,
table td {
.dataframe th,
.dataframe td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}

table thead th {
.dateframe thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
.dataframe tbody + tbody {
border-top: 2px solid #dee2e6;
}

0 comments on commit cba0955

Please sign in to comment.