summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-29 20:10:48 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-29 20:10:48 +0200
commitf114a4f34970cff2393e4cd1f44add577878681f (patch)
tree9b5d63a3dc0462a59680aba3a12a9b2bb9113d90 /app/assets
parent79b64ef4aced8c030b23b2b7c4aa9b1bea192e1b (diff)
downloadgitlab-ce-f114a4f34970cff2393e4cd1f44add577878681f.tar.gz
css fixes
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/highlight.black.css.scss4
-rw-r--r--app/assets/stylesheets/issues.css.scss2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/highlight.black.css.scss b/app/assets/stylesheets/highlight.black.css.scss
index 773bec481c2..55e13b2a495 100644
--- a/app/assets/stylesheets/highlight.black.css.scss
+++ b/app/assets/stylesheets/highlight.black.css.scss
@@ -1,7 +1,7 @@
.black .highlighttable {
- background: #111;
+ background: #333;
pre { color: #eee }
- .highlight { background: #111; border-left:1px solid #555; }
+ .highlight { background: #333; border-left:1px solid #555; }
.hll { background-color: #ffffff }
.c { color: #888888; font-style: italic } /* Comment */
diff --git a/app/assets/stylesheets/issues.css.scss b/app/assets/stylesheets/issues.css.scss
index a34be642717..47850c24f93 100644
--- a/app/assets/stylesheets/issues.css.scss
+++ b/app/assets/stylesheets/issues.css.scss
@@ -24,7 +24,7 @@
border:1px solid #D3D3D3;
padding: 3px;
height: 28px;
- width: 300px;
+ width: 250px;
-webkit-appearance:none;
box-sizing: border-box;
-moz-box-sizing: border-box;