Skip to content

Commit

Permalink
top, bottom, and clear are not used classes
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarcosta committed Aug 12, 2024
1 parent 0f98392 commit b9fadb4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lmfdb/templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1550,20 +1550,6 @@ table.display td.center {
}


/* are .top, .bottom, or .clear used? */
.top, .bottom {
padding: 52px 5px 5px;
background-color: {{color.white_1}};
border: 1px solid {{color.light_grey_4}};
}

.top {
float: none;
}

.clear {
clear: both;
}


/* TODO: div? */
Expand Down

0 comments on commit b9fadb4

Please sign in to comment.