Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
redl
redeleitsystem
Commits
b96335f7
Commit
b96335f7
authored
Oct 08, 2015
by
Robin Sonnabend
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved remote files to local static content
parent
846a7ca4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
2 deletions
+30
-2
static/css/material.red-blue.min.css
static/css/material.red-blue.min.css
+8
-0
static/font/icon-font.css
static/font/icon-font.css
+20
-0
templates/layout.html
templates/layout.html
+2
-2
No files found.
static/css/material.red-blue.min.css
0 → 100644
View file @
b96335f7
This diff is collapsed.
Click to expand it.
static/font/icon-font.css
0 → 100644
View file @
b96335f7
@font-face
{
font-family
:
'Material Icons'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Material Icons'
),
local
(
'MaterialIcons-Regular'
),
url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5StnKWgpfO2iSkLzTz-AABg.ttf)
format
(
'truetype'
);
}
.material-icons
{
font-family
:
'Material Icons'
;
font-weight
:
normal
;
font-style
:
normal
;
font-size
:
24px
;
line-height
:
1
;
letter-spacing
:
normal
;
text-transform
:
none
;
display
:
inline-block
;
white-space
:
nowrap
;
word-wrap
:
normal
;
direction
:
ltr
;
}
templates/layout.html
View file @
b96335f7
...
...
@@ -6,8 +6,8 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"description"
content=
"moderation tool for handling speaking order"
>
<link
rel=
"stylesheet"
href=
"
https://storage.googleapis.com/code.getmdl.io/1.0.4
/material.red-blue.min.css"
/>
<link
rel=
"stylesheet"
href=
"
https://fonts.googleapis.com/icon?family=Material+Icons
"
>
<link
rel=
"stylesheet"
href=
"
{{ url_for('static', filename='css
/material.red-blue.min.css
') }}
"
/>
<link
rel=
"stylesheet"
href=
"
{{ url_for('static', filename='font/icon-font.css') }}
"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/style.css') }}"
/>
<script
src=
"{{ url_for('static', filename='js/material.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/sorttable.js') }}"
></script>
...
...
Robin Sonnabend
@robin
mentioned in issue
#1 (closed)
·
Oct 08, 2015
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
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