Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2012-12-07 16:11:51 +0400
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2012-12-15 14:44:30 +0400
commitd3b3810928a62f4fc5d2c68cdd7375006cb0a8b5 (patch)
tree29137c0ced1c3f183fc507b7e2172470fe48bf4d /app/assets/stylesheets/highlight/dark.scss
parent0f7d3f591cea40d922250260326892ed49275968 (diff)
fix dark code preview background when displaying long lines
Diffstat (limited to 'app/assets/stylesheets/highlight/dark.scss')
-rw-r--r--app/assets/stylesheets/highlight/dark.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/highlight/dark.scss b/app/assets/stylesheets/highlight/dark.scss
index 4196ea7ad29..178bd583aec 100644
--- a/app/assets/stylesheets/highlight/dark.scss
+++ b/app/assets/stylesheets/highlight/dark.scss
@@ -2,6 +2,7 @@
pre {
background-color: #333;
color: #eee;
+ float: left;
}
.hll { display: block; background-color: darken($hover, 65%) }