Ready for publish
This commit is contained in:
parent
99e222a4b5
commit
06e293b86a
9 changed files with 478 additions and 1 deletions
17
static/app.css
Normal file
17
static/app.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.jumbotron {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.parser-error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.parser-success {
|
||||
color: green;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid black;
|
||||
margin: 5em;
|
||||
margin-top: 2em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue