From bb7c8df5b0c6514feecd0e009b47ee7de31864f1 Mon Sep 17 00:00:00 2001 From: Bas van IJzendoorn Date: Sat, 27 Feb 2016 13:40:37 +0100 Subject: Fix value of CSS background-color property in Rails guide Change background-color value to transparent, which is the default value of background-color. [ci skip] --- guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/assets/stylesheets/syntaxhighlighter') 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; -- cgit v1.2.3