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
LQDN Adminsys
generateur-slogans
Commits
83876cc2
Verified
Commit
83876cc2
authored
Oct 10, 2017
by
Thibaut Broggi
Browse files
Remove bootstrap grid dependency
parent
ee36684b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
static/bootstrap-grid.min.css
deleted
100644 → 0
View file @
ee36684b
This diff is collapsed.
Click to expand it.
static/style.css
View file @
83876cc2
html
{
box-sizing
:
border-box
;
}
*,
::after
,
::before
{
box-sizing
:
inherit
;
}
body
{
position
:
absolute
;
top
:
0
;
...
...
views/index.ejs
View file @
83876cc2
...
...
@@ -8,7 +8,6 @@
<meta
property=
"og:description"
content=
"Soutenez La Quadrature du Net !"
/>
<meta
property=
"og:url"
content=
"http://<%= host %>?<%= imageParams %>"
/>
<meta
property=
"og:image"
content=
"http://<%= host %>/generate.png?<%= imageParams %>"
/>
<link
rel=
"stylesheet"
href=
"./bootstrap-grid.min.css"
/>
<link
rel=
"stylesheet"
href=
"./font-awesome.min.css"
/>
<link
rel=
"stylesheet"
href=
"./style.css"
/>
<title>
Soutenez La Quadrature du Net !
</title>
...
...
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