I'm seeing this:
*margin-right: .3em;
To me this should be this:
margin-right: .3em;
It's being complied right now in the octobercms website and I've found it in this repo e.g.
https://github.com/octobercms/october/search?l=CSS&q=%2Amargin-right
Code lines:
p.s. Chrome is not liking it at all and it's actually stopping the margin-right from working and can be seen in the checkboxes when they are ticked, e.g. on this web page: https://octobercms.com/docs/ui/form


Correct output value needs to be 3.6 by the way to match the rest of the labels.
p.s. If this is to fix Internet Explorer 7 surely this should be removed anyway. We should support IE11 only.
@ayumihamsaki it is correct, pretty much. Called Holly Hack meant to fix CSS rule bugs in IE5-IE7 and is similar to the underscore hack. Could find more info here: https://web.archive.org/web/20150324181023/http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0
@w20k I was coding embed 8 bit microprocessors instead back then lol
Any reason why we should still support IE5 - IE7 now?
Lucky you, @ayumihamsaki 馃槃 IE5-IE6 - was a nightmare... Don't even want to remember.
Nope, don't think we need it anymore. IE5-IE7 is dead.
Css hacks for IE. See https://gist.github.com/vidaaudrey/c16774076391d09e7ec7dbb7ed7a3189
@drmzio There was definitely more, than that! ;)
Most helpful comment
Lucky you, @ayumihamsaki 馃槃 IE5-IE6 - was a nightmare... Don't even want to remember.
Nope, don't think we need it anymore. IE5-IE7 is dead.