Skip to content

Commit

Permalink
Remove Tablepress (#4386)
Browse files Browse the repository at this point in the history
It should not be used anywhere.
  • Loading branch information
rakyi authored Jan 7, 2025
1 parent 3dafb36 commit d51d631
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 115 deletions.
88 changes: 0 additions & 88 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
6 changes: 0 additions & 6 deletions site/renderTablePress.tsx

This file was deleted.

0 comments on commit d51d631

Please sign in to comment.