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
SRCT
weather
Commits
10eb7ab2
Commit
10eb7ab2
authored
May 24, 2017
by
David Haynes
🙆
Browse files
Merge remote-tracking branch 'origin/alpha'
parents
912da0cc
c026957e
Changes
3
Hide whitespace changes
Inline
Side-by-side
weather/client/main.css
View file @
10eb7ab2
...
...
@@ -9,7 +9,10 @@
.header-bg
>
.mdl-layout__tab
{
background-color
:
#006633
;
}
.development-tag
{
vertical-align
:
super
;
font-size
:
60%
;
}
.temp-size
{
font-size
:
32pt
;
}
...
...
weather/client/views/home/home.html
View file @
10eb7ab2
...
...
@@ -5,7 +5,7 @@
<header
class=
"mdl-layout__header"
>
<div
class=
"mdl-layout__header-row"
>
<!-- Title of Header -->
<span
class=
"mdl-layout-title"
>
Weather
</span>
<span
class=
"mdl-layout-title"
>
Weather
<
span
class=
"development-tag"
>
ALPHA
</span><
/span>
</div>
<!-- Tab Bar Container , and Tab links -->
<div
class=
"mdl-layout__tab-bar mdl-js-ripple-effect header-bg"
style=
"background: #006633;"
>
...
...
weather/config/settings.json
0 → 100644
View file @
10eb7ab2
{
"weatherCacheExpireTime"
:
"1800"
}
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