Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
stroeer
VMS-XML-Generator
Commits
1f210fff
Verified
Commit
1f210fff
authored
Nov 15, 2018
by
Marco Kellershoff
🤸
Browse files
Change CSS order, so app.css can override others
parent
60a5ba68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.html
View file @
1f210fff
...
...
@@ -6,9 +6,9 @@
<body>
<link
rel=
"stylesheet"
href=
"assets/bootstrap/bootstrap.min.css"
/>
<link
rel=
"stylesheet"
href=
"assets/bootstrap/themes/slate/bootstrap.min.css"
/>
<link
rel=
"stylesheet"
href=
"app.css"
/>
<link
rel=
"stylesheet"
href=
"lib/flatpickr.dark.css"
>
<link
rel=
"stylesheet"
href=
"lib/tingle/tingle.min.css"
>
<link
rel=
"stylesheet"
href=
"app.css"
/>
<script
src=
"assets/jquery/jquery-3.2.1.min.js"
></script>
<script
src=
"assets/bootstrap/bootstrap.min.js"
></script>
<script
src=
"lib/moment-with-locales.min.js"
></script>
...
...
Write
Preview
Markdown
is supported
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