codeforamerica / bizfriendly-web

An experiment in digital literacy lessons. The experiment is now over.
http://bizfriend.ly
22 stars 67 forks source link

Fix bug in Safari on teach.html #253 #271

Closed 6stringbeliever closed 9 years ago

6stringbeliever commented 9 years ago

This fixes issue #253. Safari was confused by using relative positioning with the center class and absolute positioning with the center-btn class. We can fix by removing the center-btn class altogether and fixing the spacing in the teach-top and teach-bottom classes. Changed white-space to normal on the buttons because otherwise the text won't wrap and the button will spill out of the box at the skinniest column size.

Tested in IE11 and latest Chrome, Safari, and Firefox on Mac.

ondrae commented 9 years ago

screen shot 2015-04-26 at 7 15 50 pm

Much better, thanks @6stringbeliever