Properly end some comments
This commit is contained in:
parent
cdb714a01c
commit
0705a8526d
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ As a workaround, the -moz-element background image is removed somewhat often whi
|
||||||
Don't show common values to save space (useful for oneliner)
|
Don't show common values to save space (useful for oneliner)
|
||||||
If you change the font size of the label then you'll have to modify these too
|
If you change the font size of the label then you'll have to modify these too
|
||||||
non-https links get a slight red hue
|
non-https links get a slight red hue
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#statuspanel-inner > #statuspanel-label[value^="http:"]{ margin-left: -3.7ch !important; color: tomato }
|
#statuspanel-inner > #statuspanel-label[value^="http:"]{ margin-left: -3.7ch !important; color: tomato }
|
||||||
#statuspanel-inner > #statuspanel-label[value^="https:"]{ margin-left: -6.1ch !important; }
|
#statuspanel-inner > #statuspanel-label[value^="https:"]{ margin-left: -6.1ch !important; }
|
||||||
|
|
Loading…
Reference in a new issue