mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
16 lines
452 B
CSS
16 lines
452 B
CSS
/*
|
|
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;
|
|
}
|