forcast style tweaks
This commit is contained in:
parent
eb2c2a60f2
commit
b62ea288c8
@ -78,3 +78,8 @@
|
||||
-webkit-transition: all 1s linear;
|
||||
-o-transition : all 1s linear;
|
||||
}
|
||||
|
||||
.normalWeight {
|
||||
|
||||
font-weight:400;
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
const CACHE_VERSION = { 'version': '0.0.211' };
|
||||
const CACHE_VERSION = { 'version': '0.0.212' };
|
||||
const dataCacheName = 'jubileeData-v1';
|
||||
const cacheName = 'jubilee-final-1';
|
||||
const filesToCache = [
|
||||
|
@ -75,7 +75,7 @@ const ForecastView = Backbone.View.extend({
|
||||
<div class="hourlyCard">
|
||||
<div class="mui--text-center"><%=i.time %></div>
|
||||
<div class="mui--text-center"><i class="small wi wi-forecast-io-<%= i.icon %>"></i></div>
|
||||
<div class="mui--text-center temp<%=~~(i.temp) %>"><%=~~(i.temp)%>°</div>
|
||||
<div class="mui--text-center temp<%=~~(i.temp) normalWeight%>"><%=~~(i.temp)%>°</div>
|
||||
</div>
|
||||
<%}) %>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user