It's the little things in different browsers

Boxes in front of checkboxes
Labarum: Extra content in items
I hate it when a developer focuses so much on one browser (usually chrome) and doesn't test it in another browser. So, I feel like a hypocrit when I found out that my site renders the little box in front of the checkboxes[^checkboxes]. The funny thing is that I had originally seen this as an issue and had commented the code out.

The I thought I would keep it as a comment until I could figure it out and deploy it as a point update.

article ul > li::marker {
	/* content: "\2751"; */
}

The problem is that chrome doesn’t care that I had the individual line commented out and was attempting to put it there even though I told it not too.

I moved the comment to outside the item and I’ll let the broswer handle markers until I get a better understanding of how to target the different items.

Categories: Labarum

Published:

Debug

Site Properties

		&hugolib.SiteInfo{Authors:page.AuthorList(nil), Social:hugolib.SiteSocial(nil), hugoInfo:hugo.Info{CommitHash:"1798bd3f", BuildDate:"2021-12-23T15:33:34Z", Environment:"production"}, title:"Mandaris", RSSLink:"https://mandarismoore.com/feed.xml", Author:map[string]interface {}{"avatar":"https://micro.blog/mandaris/avatar.jpg", "name":"Mandaris Moore", "username":"mandaris"}, LanguageCode:"en", Copyright:"", permalinks:map[string]string{}, LanguagePrefix:"", Languages:langs.Languages{(*langs.Language)(0xc00051d790)}, BuildDrafts:false, canonifyURLs:false, relativeURLs:false, uglyURLs:(func(page.Page) bool)(0x163ea20), owner:(*hugolib.HugoSites)(0xc0005fde40), s:(*hugolib.Site)(0xc0004b26c0), language:(*langs.Language)(0xc00051d790), defaultContentLanguageInSubdir:false, sectionPagesMenu:""} 

		

site.Params Properties

		maps.Params{"description":"Follow <a href=\"https://micro.blog/mandaris\">@mandaris on Micro.blog</a>.", "feeds":maps.Params{"bookmarks_json":"https://micro.blog/feeds/mandaris/bookmarks/08117195b525afe4a55f.json"}, "github_username":"mandaris", "include_conversation":true, "instagram_username":"mandaris", "itunes_author":"Mandaris", "itunes_category":"Society & Culture", "itunes_cover":"https://micro.blog/mandaris/podcast.png", "itunes_description":"A High-quality stranger. I've considered myself a digital gofer. Y'know, go for this and go for that. I'm using micro.blog now to par down my technical projects and be part of an outstanding community.  Apple Game Center: MrMandaris  Email: Infor@MandarisMoore.com", "itunes_email":"podcast@mandarismoore.com", "itunes_subcategory":"Personal Journals", "mainSections":[]string{"replies"}, "mainsections":[]string{"replies"}, "paginate_categories":true, "paginate_home":true, "paginate_replies":true, "plugins_css":[]interface {}{}, "plugins_html":[]interface {}{}, "plugins_js":[]interface {}{}, "site_id":"661", "theme_seconds":"1685984347", "transcripts_audio_link":true, "transcripts_enable":true, "twitter_username":"mandaris"}
		

Permalink

		"https://mandarismoore.com/2023/04/16/its-the-little.html" 

		

Params

		map[categories:[Labarum] date:2023-04-16 16:42:35 -0700 -0700 draft:%!s(bool=false) guid:http://mandaris.micro.blog/2023/04/16/its-the-little.html images:[https://cdn.uploads.micro.blog/661/2023/9f5fa37e28.png] iscjklanguage:%!s(bool=false) lastmod:2023-04-16 16:42:35 -0700 -0700 layout:post microblog:%!s(bool=false) photos:<nil> photos_with_metadata:<nil> post_id:%!s(int=2741389) publishdate:2023-04-16 16:42:35 -0700 -0700 title:It's the little things in different browsers type:post url:/2023/04/16/its-the-little.html]
		

All variables scoped to the current context

		&hugolib.pageState{pageOutputs:[]*hugolib.pageOutput{(*hugolib.pageOutput)(0xc002a36d80), (*hugolib.pageOutput)(0xc002a36ea0), (*hugolib.pageOutput)(0xc002a36fc0), (*hugolib.pageOutput)(0xc002a370e0), (*hugolib.pageOutput)(0xc002a37200), (*hugolib.pageOutput)(0xc002a37320), (*hugolib.pageOutput)(0xc002a37440), (*hugolib.pageOutput)(0xc002a37560)}, pageOutput:(*hugolib.pageOutput)(0xc002a36d80), pageCommon:(*hugolib.pageCommon)(0xc001ac7900)}