lionbars icon indicating copy to clipboard operation
lionbars copied to clipboard

Stylesheet error

Open luiscruz opened this issue 12 years ago • 1 comments

I'm having trouble with this piece of html in the file lionbars.css. My rails application is throwing error in production.

  <!--[if IE 8]>
    <style>
      .lb-v-scrollbar { background: red; }
    </style>
  <![endif]-->

luiscruz avatar Feb 19 '13 10:02 luiscruz

Seems like it's the most common way of having IE 8-specific CSS: http://stackoverflow.com/questions/3043094/is-there-any-ie8-only-css-hack

JensRantil avatar May 17 '13 13:05 JensRantil