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
Jay J Kim
weather
Commits
5c42fd3a
Commit
5c42fd3a
authored
Mar 17, 2016
by
Zach
Committed by
Zach Knox
Apr 30, 2016
Browse files
light grey background
parent
9b4cae69
Changes
2
Hide whitespace changes
Inline
Side-by-side
weather/client/weather.css
View file @
5c42fd3a
/* CSS declarations go here */
.bg
{
background-color
:
#dedede
;
}
.temp-size
{
font-size
:
32pt
;
}
...
...
weather/client/weather.html
View file @
5c42fd3a
<body>
<div
class=
"bg"
>
{{> weather}}
{{> footer}}
</div>
</body>
<template
name=
"weather"
>
...
...
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