Added LESS configuration and cleaned up /public
This commit is contained in:
1
public/css/site.css
Normal file
1
public/css/site.css
Normal file
@@ -0,0 +1 @@
|
||||
.code{font-family:"DejaVu Sans Mono",Consolas,monospace;width:100%;border-radius:4px;padding:4px;border-color:#ddd;max-height:300px;overflow-y:auto}.brad{font-family:"Courier New",Courier,monospace;font-size:26pt;color:#166d00}.brad :hover{text-decoration:none}nav{background-color:#d8d8d8}.lbl{font-weight:bold;margin-bottom:4px}.btm-btn{margin-bottom:4px;margin-top:-14px}
|
||||
@@ -12,13 +12,11 @@
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
font-size: 26pt;
|
||||
color: #166d00;
|
||||
}
|
||||
.brad:hover {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
font-size: 26pt;
|
||||
color: #166d00;
|
||||
|
||||
:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
background-color: #d8d8d8;
|
||||
@@ -5,9 +5,9 @@ html
|
||||
|
||||
link(rel="stylesheet"
|
||||
href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css")
|
||||
link(rel="stylesheet" href="/site.css")
|
||||
link(rel="stylesheet" href="/css/site.css")
|
||||
|
||||
link(rel="stylesheet" href="sh_emacs.min.css")
|
||||
link(rel="stylesheet" href="/css/sh_emacs.min.css")
|
||||
|
||||
block head
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ extends base
|
||||
block head
|
||||
title c0db
|
||||
|
||||
link(rel="stylesheet" href="/codemirror.css")
|
||||
link(rel="stylesheet" href="/css/codemirror.css")
|
||||
|
||||
|
||||
block nav
|
||||
@@ -35,7 +35,7 @@ block body
|
||||
|
||||
|
||||
block script
|
||||
script(type="text/javascript" src="codemirror-compressed.js")
|
||||
script(type="text/javascript" src="js/codemirror-compressed.js")
|
||||
script(type="text/javascript" src="vm/vm.js")
|
||||
|
||||
script(type='text/javascript').
|
||||
|
||||
Reference in New Issue
Block a user