Skip to content

Commit

Permalink
Merge pull request #4 from cgillis-aras/master
Browse files Browse the repository at this point in the history
Removing column headers
  • Loading branch information
cgillis-aras authored Oct 8, 2018
2 parents 9a11159 + 6039f42 commit 2ec9d60
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions home/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ tbody tr:hover {
padding: 37px 0;
}
table tbody tr td {
padding-left: 40% !important;
padding: 0px !important;
text-align: center;
margin-bottom: 24px;
}
table tbody tr td:last-child {
Expand All @@ -233,24 +234,6 @@ tbody tr:hover {
left: 30px;
top: 0;
}
table tbody tr td:nth-child(1):before {
content: "Date";
}
table tbody tr td:nth-child(2):before {
content: "Order ID";
}
table tbody tr td:nth-child(3):before {
content: "Name";
}
table tbody tr td:nth-child(4):before {
content: "Price";
}
table tbody tr td:nth-child(5):before {
content: "Quantity";
}
table tbody tr td:nth-child(6):before {
content: "Total";
}

.column4,
.column5,
Expand Down

0 comments on commit 2ec9d60

Please sign in to comment.