Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
trivalent
dashboard-trivalent
Commits
082d10c2
Commit
082d10c2
authored
Jun 13, 2019
by
Tasio Mendez
Browse files
Fixed metadata css import
parent
31897d5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
dashboard-gsicrawler.css
View file @
082d10c2
...
...
@@ -126,9 +126,6 @@ pre {
.c
{
color
:
#080
;
}
trivalent-page
>
iron-pages
{
padding
:
0
;
}
iron-pages
{
padding
:
48px
62px
10px
;
}
...
...
dashboard-gsicrawler.env.html
View file @
082d10c2
...
...
@@ -33,7 +33,7 @@
<dom-module
id=
"dashboard-gsicrawler"
>
<link
rel=
"
styleshee
t"
type=
"
text/
css"
href=
"dashboard-gsicrawler.css"
>
<link
rel=
"
impor
t"
type=
"css"
href=
"dashboard-gsicrawler.css"
>
<link
rel=
"import"
type=
"text/html"
href=
"/styles/app-theme.html"
>
...
...
dashboard-gsicrawler.html
View file @
082d10c2
...
...
@@ -32,11 +32,9 @@
<dom-module
id=
"dashboard-gsicrawler"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"dashboard-gsicrawler.css"
>
<link
rel=
"import"
type=
"css"
href=
"dashboard-gsicrawler.css"
>
<link
rel=
"import"
type=
"text/html"
href=
"/styles/app-theme.html"
>
<template>
<iron-ajax
auto
url=
"/queries.json"
...
...
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