Skip to content

Commit

Permalink
Remove Tablepress
Browse files Browse the repository at this point in the history
It should not be used anywhere.
  • Loading branch information
rakyi committed Jan 6, 2025
1 parent 9e9dfc9 commit b351611
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 116 deletions.
95 changes: 0 additions & 95 deletions site/Tablepress.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions site/css/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,27 +124,6 @@ figure[data-explorer-src] {
}
}

.tablepress {
margin: 1em 0;
color: #000;
}

.tablepress th {
border-bottom: 1px solid #333;
background: $blue-20;
}

.tablepress th,
.tablepress td {
padding: 0.4rem;
border: 1px solid #ddd;
text-align: center;
}

.tablepress tr {
background-color: $white;
}

/* Fix for title on really small screens */
@media (max-width: 400px) {
.logo {
Expand Down

0 comments on commit b351611

Please sign in to comment.