Fossil SCM

blitz skin fix: remove display:block property on the "label" class to fix miss-aligned checkbox with their label on the /setting page.

mgagnon 2026-04-16 21:05 UTC trunk
Commit 602e580bd12f4528a00f4e613f70fafdff98a1277146a60373c4705d85adc848
1 file changed +1 -1
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -388,10 +388,11 @@
388388
*/
389389
390390
legend {
391391
border: 0; /* 1 */
392392
padding: 0; /* 2 */
393
+ display: block;
393394
}
394395
395396
/**
396397
* Remove default vertical scrollbar in IE 8/9/10/11.
397398
*/
@@ -625,11 +626,10 @@
625626
outline: 0;
626627
}
627628
628629
label,
629630
legend {
630
- display: block;
631631
margin-bottom: .5rem;
632632
font-weight: 700;
633633
}
634634
635635
fieldset {
636636
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -388,10 +388,11 @@
388 */
389
390 legend {
391 border: 0; /* 1 */
392 padding: 0; /* 2 */
 
393 }
394
395 /**
396 * Remove default vertical scrollbar in IE 8/9/10/11.
397 */
@@ -625,11 +626,10 @@
625 outline: 0;
626 }
627
628 label,
629 legend {
630 display: block;
631 margin-bottom: .5rem;
632 font-weight: 700;
633 }
634
635 fieldset {
636
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -388,10 +388,11 @@
388 */
389
390 legend {
391 border: 0; /* 1 */
392 padding: 0; /* 2 */
393 display: block;
394 }
395
396 /**
397 * Remove default vertical scrollbar in IE 8/9/10/11.
398 */
@@ -625,11 +626,10 @@
626 outline: 0;
627 }
628
629 label,
630 legend {
 
631 margin-bottom: .5rem;
632 font-weight: 700;
633 }
634
635 fieldset {
636

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button