aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2016-02-29 09:56:23 -0500
committerArthur Nogueira Neves <github@arthurnn.com>2016-02-29 09:56:23 -0500
commit5d84ff53cdeeffa34c9fc965b1f99cbf882510ca (patch)
tree473f10635f278e47fba9f20ab46f5098bf69ec46 /guides
parent8f96b5d52c46f44613a5146a62c2aebbe231432d (diff)
parentbb7c8df5b0c6514feecd0e009b47ee7de31864f1 (diff)
downloadrails-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')
-rw-r--r--guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css2
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;