css fixes

This commit is contained in:
Dmitriy Zaporozhets 2011-11-29 20:10:48 +02:00
parent 79b64ef4ac
commit f114a4f349
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
.black .highlighttable { .black .highlighttable {
background: #111; background: #333;
pre { color: #eee } pre { color: #eee }
.highlight { background: #111; border-left:1px solid #555; } .highlight { background: #333; border-left:1px solid #555; }
.hll { background-color: #ffffff } .hll { background-color: #ffffff }
.c { color: #888888; font-style: italic } /* Comment */ .c { color: #888888; font-style: italic } /* Comment */

View file

@ -24,7 +24,7 @@
border:1px solid #D3D3D3; border:1px solid #D3D3D3;
padding: 3px; padding: 3px;
height: 28px; height: 28px;
width: 300px; width: 250px;
-webkit-appearance:none; -webkit-appearance:none;
box-sizing: border-box; box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;

View file

@ -4,6 +4,7 @@
%h2.icon %h2.icon
%span %span
= @project.name = @project.name
.clear
- if @project.errors.any? - if @project.errors.any?
#error_explanation #error_explanation
%h2 %h2