stacks / stacks-website

The website for the Stacks project
http://stacks.math.columbia.edu
GNU General Public License v2.0
19 stars 12 forks source link

Weird glitch in the index of the Bibliography #100

Closed jcommelin closed 9 years ago

jcommelin commented 9 years ago

In the sidebar of http://stacks.math.columbia.edu/bibliography the index appears totally messed up.

2015-03-04-103007_313x146_scrot

pbelmans commented 9 years ago

For my future self: it fails in Firefox. It is probably due list-style-type: none; not triggering correctly.

aisejohan commented 9 years ago

My firefox 31.4.0 renders it correctly

pbelmans commented 9 years ago

It fails in some version of Firefox 33 and 37. A fix will be pushed later today, my earlier guess was correct: apparently div#sidebar ol in css/main.css takes preference over ol#index in css/bibliography.css, I guess I should read up on these rules and see whether my interpretation or Firefox's implementation is wrong.