1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/assets/stylesheets/fixes.css

17 lines
452 B
CSS
Raw Normal View History

/*
Fix a rendering issue affecting WebKits on Mac.
See https://github.com/lifo/docrails/issues#issue/16 for more information.
*/
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
line-height: 1.25em !important;
}