Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/onosAdmin/onos
Browse files Browse the repository at this point in the history
agggiornato
  • Loading branch information
marco committed Aug 24, 2016
2 parents 192ed17 + ad7fed5 commit d40e266
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_folder/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



}/*chiusura iphone4*/
}/*chiusura iphone4 negro*/



Expand Down
53 changes: 53 additions & 0 deletions scripts_folder/css/home.css~
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

@media screen and (max-width:320px) /*Iphone4 320x480*/ {




}/*chiusura iphone4*/



@media screen and (max-width:360px) /*Note3neo 360*640*/ {

#box{

width:360px;
height:100px;
position:relative;
top:50px;
border-bottom: dashed 2px #0072ca;

}

#testo-box{
font-family: recharge;
width:360px;
height:30px;
position:absolute;
top:15px;
text-align:center;
color:#0072ca;
}


#numero-persone{


font-family: digital;
width:360px;
height:35px;
position:absolute;
top:40px;
text-align:center;
color:#0072ca;
font-size:50px;

}






}/*chiusura media note 3neo 360px*/

0 comments on commit d40e266

Please sign in to comment.