Skip to content

Commit

Permalink
Another CSS tweak for era labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcayless committed Jan 15, 2025
1 parent 3837c44 commit 249562f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pn-site/facetbrowse.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,14 +590,15 @@
#after-era-selector input,
#before-era-selector input {
float: none;
margin-right: 10px;
margin-right: .25rem;
min-width: 10px;
}

#after-era-selector label,
#before-era-selector label {
margin-right: 0.5em;
margin-right: 0.25rem;
float: none;
font-size: 90%;
}

#opening-info h2 {
Expand Down Expand Up @@ -702,11 +703,6 @@
font-weight: bold;
}

#after-era-selector label,
#before-era-selector label {
font-size: 90%;
}

#transcription-selectors {
float: right;
display: inline-block;
Expand Down

0 comments on commit 249562f

Please sign in to comment.