Skip to content

Commit

Permalink
fix table style to only effective on notebook dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Sep 12, 2018
1 parent e7fe0c3 commit 9e78570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
table {
table.dataframe {
border-collapse: collapse;
/*width: 100%;*/
}

th, td {
table.dataframe th, table.dataframe td {
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
table.dataframe tr:nth-child(even) {
background-color: #f2f2f2;
}

0 comments on commit 9e78570

Please sign in to comment.