summary.css: Fix header width in FF
Long-standing bug. Didn't often see it because FF performance was relatively poor for the Summary Pages compared to Chromium until recently, so I didn't often load the page in it (despite it being my primary browser). * src/current/summary.css (legend): width:auto.master
parent
838ddb6e32
commit
3970659a81
|
@ -298,6 +298,7 @@ body > fieldset > legend
|
|||
left: -0.5em;
|
||||
top: 0em;
|
||||
right: 0px;
|
||||
width: auto;
|
||||
|
||||
font-size: 1.5em;
|
||||
letter-spacing: 0.1em;
|
||||
|
|
Loading…
Reference in New Issue