From 234f248b17a273119c71ed7d26a05e095db0f72d Mon Sep 17 00:00:00 2001 From: eston Date: Wed, 2 Mar 2011 18:09:24 -0800 Subject: [PATCH] More fixes --- lib/gollum/frontend/public/css/editor.css | 1 + lib/gollum/frontend/public/css/template.css | 44 ++++++++++----------- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/lib/gollum/frontend/public/css/editor.css b/lib/gollum/frontend/public/css/editor.css index 11af4464..d0464362 100755 --- a/lib/gollum/frontend/public/css/editor.css +++ b/lib/gollum/frontend/public/css/editor.css @@ -381,6 +381,7 @@ a#function-help:hover span { background-position: -405px -28px; } } #gollum-editor .expanded textarea { + background-color: #fff; border: 1px solid #ddd; clear: both; display: block; diff --git a/lib/gollum/frontend/public/css/template.css b/lib/gollum/frontend/public/css/template.css index dde46172..aab320c1 100644 --- a/lib/gollum/frontend/public/css/template.css +++ b/lib/gollum/frontend/public/css/template.css @@ -286,26 +286,26 @@ border: none; } -#template .highlight { background: #ffffff; }; -#template .highlight .c { color: #999988; font-style: italic }; -#template .highlight .err { color: #a61717; background-color: #e3d2d2 }; -#template .highlight .k { font-weight: bold }; -#template .highlight .o { font-weight: bold }; -#template .highlight .cm { color: #999988; font-style: italic }; -#template .highlight .cp { color: #999999; font-weight: bold }; -#template .highlight .c1 { color: #999988; font-style: italic }; -#template .highlight .cs { color: #999999; font-weight: bold; font-style: italic }; -#template .highlight .gd { color: #000000; background-color: #ffdddd }; -#template .highlight .gd .x { color: #000000; background-color: #ffaaaa }; -#template .highlight .ge { font-style: italic }; -#template .highlight .gr { color: #aa0000 }; -#template .highlight .gh { color: #999999 }; -#template .highlight .gi { color: #000000; background-color: #ddffdd }; -#template .highlight .gi .x { color: #000000; background-color: #aaffaa }; -#template .highlight .gc { color: #999; background-color: #EAF2F5 }; -#template .highlight .go { color: #888888 }; -#template .highlight .gp { color: #555555 }; -#template .highlight .gs { font-weight: bold }; -#template .highlight .gu { color: #aaaaaa }; -#template .highlight .gt { color: #aa0000 }; +#template .highlight { background: #ffffff; } +#template .highlight .c { color: #999988; font-style: italic } +#template .highlight .err { color: #a61717; background-color: #e3d2d2 } +#template .highlight .k { font-weight: bold } +#template .highlight .o { font-weight: bold } +#template .highlight .cm { color: #999988; font-style: italic } +#template .highlight .cp { color: #999999; font-weight: bold } +#template .highlight .c1 { color: #999988; font-style: italic } +#template .highlight .cs { color: #999999; font-weight: bold; font-style: italic } +#template .highlight .gd { color: #000000; background-color: #ffdddd } +#template .highlight .gd .x { color: #000000; background-color: #ffaaaa } +#template .highlight .ge { font-style: italic } +#template .highlight .gr { color: #aa0000 } +#template .highlight .gh { color: #999999 } +#template .highlight .gi { color: #000000; background-color: #ddffdd } +#template .highlight .gi .x { color: #000000; background-color: #aaffaa } +#template .highlight .gc { color: #999; background-color: #EAF2F5 } +#template .highlight .go { color: #888888 } +#template .highlight .gp { color: #555555 } +#template .highlight .gs { font-weight: bold } +#template .highlight .gu { color: #aaaaaa } +#template .highlight .gt { color: #aa0000 }