css fixes
This commit is contained in:
parent
79b64ef4ac
commit
f114a4f349
3 changed files with 4 additions and 3 deletions
|
@ -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 */
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue