Skip to content

Commit

Permalink
fix html
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
duglin committed Jan 4, 2025
1 parent 4918164 commit 9558e12
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions registry/httpStuff.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,20 +568,20 @@ func (pw *PageWriter) Done() {
.expandAll {
display: inline-flex ;
position: fixed ;
top: 30 ;
right: 16 ;
position: fixed ;
top: 30 ;
right: 16 ;
}
.expandBtn {
cursor: default ;
display: inline-block ;
width: 2ch ;
text-align: center ;
border: 1px solid darkgrey ;
border-radius: 5px ;
background-color: lightgrey ;
margin-right: 2px ;
width: 2ch ;
text-align: center ;
border: 1px solid darkgrey ;
border-radius: 5px ;
background-color: lightgrey ;
margin-right: 2px ;
}
.spc {
Expand All @@ -605,8 +605,11 @@ func (pw *PageWriter) Done() {
// background-color: lightsteelblue ; // #e7eff7 ;
color: black ;
font-weight: bold ;
font-size: smaller ;
// font-weight: bold ;
font-size: medium ;
overflow: hidden ;
line-height: 10px ;
max-width: 8px ;
}
.hide {
Expand Down

0 comments on commit 9558e12

Please sign in to comment.