Commit f114a4f34970cff2393e4cd1f44add577878681f
1 parent
79b64ef4
Exists in
master
and in
4 other branches
css fixes
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/highlight.black.css.scss
1 | .black .highlighttable { | 1 | .black .highlighttable { |
2 | - background: #111; | 2 | + background: #333; |
3 | pre { color: #eee } | 3 | pre { color: #eee } |
4 | - .highlight { background: #111; border-left:1px solid #555; } | 4 | + .highlight { background: #333; border-left:1px solid #555; } |
5 | 5 | ||
6 | .hll { background-color: #ffffff } | 6 | .hll { background-color: #ffffff } |
7 | .c { color: #888888; font-style: italic } /* Comment */ | 7 | .c { color: #888888; font-style: italic } /* Comment */ |
app/assets/stylesheets/issues.css.scss
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | border:1px solid #D3D3D3; | 24 | border:1px solid #D3D3D3; |
25 | padding: 3px; | 25 | padding: 3px; |
26 | height: 28px; | 26 | height: 28px; |
27 | - width: 300px; | 27 | + width: 250px; |
28 | -webkit-appearance:none; | 28 | -webkit-appearance:none; |
29 | box-sizing: border-box; | 29 | box-sizing: border-box; |
30 | -moz-box-sizing: border-box; | 30 | -moz-box-sizing: border-box; |