mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 19:49:31 -07:00
current weather scroll in html
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<div id="hourly-html" class="weather-display">
|
||||
<%- include('partials/hourly.ejs') %>
|
||||
</div>
|
||||
<div id="current-weather-html" class="weather-display">
|
||||
<div id="current-weather-html" class="weather-display show">
|
||||
<%- include('partials/current-weather.ejs') %>
|
||||
</div>
|
||||
<div id="local-forecast-html" class="weather-display">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<div class="scroll">
|
||||
Scroll
|
||||
<div class="scrolling template"></div>
|
||||
<div class="fixed"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user