Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHARISM
Shelter Database
Commits
128d0df0
Commit
128d0df0
authored
Sep 04, 2016
by
Maarten van der Veen
Browse files
change init_db to unix formatting
parent
011351c7
Changes
3
Show whitespace changes
Inline
Side-by-side
init_db.sh
View file @
128d0df0
#! /bin/sh
python3.5 src/manager.py db_empty
python3.5 src/manager.py db_create
...
...
src/web/static/css/style_new.css
View file @
128d0df0
...
...
@@ -787,6 +787,7 @@ section.first {
margin
:
30px
0
;
}
@media
only
screen
and
(
min-width
:
768px
)
{
section
.first
{
min-height
:
540px
;
height
:
100vh
;
}
section
.first
.toplayer
{
padding-top
:
100px
;
}
}
...
...
src/web/templates/layout.html
View file @
128d0df0
...
...
@@ -31,7 +31,6 @@
</head>
<body>
<div
id=
"wrapper"
>
<header>
<nav>
<a
class=
"home"
href=
"/"
><i
class=
"fa fa-plus-square"
></i><span
class=
"text"
>
Shelter Database
</span></a>
...
...
@@ -102,6 +101,5 @@
}
});
</script>
</div>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment