Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandre Bulté
validata-ui
Commits
294de3aa
Commit
294de3aa
authored
Nov 28, 2018
by
Christophe Benz
Browse files
Use system font, internalize CSS in HTML
parent
3b3b6643
Changes
2
Hide whitespace changes
Inline
Side-by-side
validata_ui/static/css/sticky-footer-navbar.css
deleted
100644 → 0
View file @
3b3b6643
.footer
{
background-color
:
#f5f5f5
;
padding
:
3em
;
margin-top
:
5em
;
}
\ No newline at end of file
validata_ui/templates/base_template.html
View file @
294de3aa
...
...
@@ -9,9 +9,20 @@
<link
rel=
"shortcut icon"
href=
"{{ url_for('static', filename='img/favicon.ico')}}"
type=
"image/x-icon"
>
<!-- Bootstrap CSS -->
<link
rel=
"stylesheet"
href=
"{{url_for('static', filename='css/bootstrap.min.css')}}"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"{{url_for('static', filename='css/sticky-footer-navbar.css')}}"
crossorigin=
"anonymous"
>
<title>
Validata - {% block title %}{% endblock %}
</title>
<style>
body
{
font-family
:
system-ui
,
BlinkMacSystemFont
,
-apple-system
,
Segoe
UI
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
Fira
Sans
,
Droid
Sans
,
Helvetica
Neue
,
sans-serif
;
}
.footer
{
background-color
:
#f5f5f5
;
padding
:
3em
;
margin-top
:
5em
;
}
</style>
{% endblock %}
</head>
...
...
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