local forecast as html
This commit is contained in:
parent
332f8f8d2f
commit
3e9d7708fa
13 changed files with 133 additions and 115 deletions
|
|
@ -7,10 +7,12 @@
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
background-image: url(../images/BackGround1_1.png);
|
||||
display: none;
|
||||
|
||||
/* this method is required to hide blocks so they can be measured while off screen */
|
||||
height: 0px;
|
||||
|
||||
&.show {
|
||||
display: block;
|
||||
height: 480px;
|
||||
}
|
||||
|
||||
.template {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue