diff options
author | Arthur Nogueira Neves <github@arthurnn.com> | 2016-02-29 09:56:23 -0500 |
---|---|---|
committer | Arthur Nogueira Neves <github@arthurnn.com> | 2016-02-29 09:56:23 -0500 |
commit | 5d84ff53cdeeffa34c9fc965b1f99cbf882510ca (patch) | |
tree | 473f10635f278e47fba9f20ab46f5098bf69ec46 /guides/assets | |
parent | 8f96b5d52c46f44613a5146a62c2aebbe231432d (diff) | |
parent | bb7c8df5b0c6514feecd0e009b47ee7de31864f1 (diff) | |
download | rails-5d84ff53cdeeffa34c9fc965b1f99cbf882510ca.tar.gz rails-5d84ff53cdeeffa34c9fc965b1f99cbf882510ca.tar.bz2 rails-5d84ff53cdeeffa34c9fc965b1f99cbf882510ca.zip |
Merge pull request #23957 from delftswa2016/fix-documentation-stylesheet
Fix value of CSS background-color property in Ruby on Rails guide
Diffstat (limited to 'guides/assets')
-rw-r--r-- | guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css b/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css index 6d2edb2eb8..bc7afd3898 100644 --- a/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +++ b/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css @@ -90,7 +90,7 @@ } .syntaxhighlighter .script { color: #222 !important; - background-color: none !important; + background-color: transparent !important; } .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { color: gray !important; |