css fixes
This commit is contained in:
parent
79b64ef4ac
commit
f114a4f349
|
@ -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 */
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
%h2.icon
|
||||
%span
|
||||
= @project.name
|
||||
.clear
|
||||
- if @project.errors.any?
|
||||
#error_explanation
|
||||
%h2
|
||||
|
|
Loading…
Reference in a new issue