Add Makefile and remove the scripts directory

This commit is contained in:
Frederic Guillot
2015-08-15 19:13:49 -04:00
parent cea32af406
commit 6079233a07
20 changed files with 103 additions and 4176 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -18,7 +18,7 @@ input[type="text"] {
border: 1px solid #ccc;
width: 300px;
max-width: 95%;
font-size: 1.0em;
font-size: 100%;
height: 25px;
padding-bottom: 0;
font-family: sans-serif;
@@ -49,7 +49,7 @@ textarea {
width: 400px;
max-width: 99%;
height: 200px;
font-size: 1.0em;
font-size: 100%;
font-family: sans-serif;
}