mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Remove the marker of menu <ul> element
This is a problem in Firefox because Firefox displays markers(bullet points) of `<li>` element just before the inline contents of the elements. But Chrome displays them before the element, not depending on the content of the `<li>` element. So it wasn't visible on Chrome but it's in Firefox. This CSS change will remove that in Firefox too.
This commit is contained in:
		| @@ -183,6 +183,7 @@ img { | |||||||
|   padding-bottom: 180px; |   padding-bottom: 180px; | ||||||
|   text-align: center; |   text-align: center; | ||||||
|   background: #fff; |   background: #fff; | ||||||
|  |   list-style: none; | ||||||
| } | } | ||||||
| .menu li + li { | .menu li + li { | ||||||
|   margin-top: 12px; |   margin-top: 12px; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Nazım Can Altınova
					Nazım Can Altınova