lichess-org / chessground

Mobile/Web chess UI for lichess.org
https://lichess.org
GNU General Public License v3.0
1.04k stars 261 forks source link

class names conflict with bootstrap #19

Closed dsjoerg closed 9 years ago

dsjoerg commented 9 years ago

Bootstrap uses class names like "h1" as per http://getbootstrap.com/css/#type-headings

Unfortunately chessground also uses the class "h1" to refer to that coordinate on the board. This causes the board to be amusingly misrendered on web pages that happen to be using bootstrap as well.

Would it be acceptable for chessground to change its coord classnames to something like "coord-h1" ? If so I'll do that and submit a PR.

dsjoerg commented 9 years ago

Whoops, latest version of chessground may not have this issue. Closing for now.

dsjoerg commented 9 years ago

Indeed I believe this issue was removed by 72a6e78582c218c1ab6d1857c93b4caa42d1c253