Skip to content

Commit

Permalink
iPhone now acceptable
Browse files Browse the repository at this point in the history
  • Loading branch information
olvado committed Mar 10, 2011
1 parent b4a5020 commit 199314a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions public/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ hr {
text-align:center;
}
article header h1 span {

/*width:517px;
height:111px;*/
width:744px;
Expand Down Expand Up @@ -409,11 +408,11 @@ time {
width:100%;
}
#header {
height:230px
height:190px;
}
#header .bg {
overflow:hidden;
height:230px !important;
height:190px !important;
position:absolute;
top:0;
left:0;
Expand All @@ -427,7 +426,7 @@ time {
#header nav {
width:100%;
position:absolute;
top:180px;
top:140px;
height:30px;
padding:0;
overflow:hidden;
Expand All @@ -452,7 +451,7 @@ time {
#strapline {
font-size:13px;
}
#time { display:none; }
#london_time, #local_time { display:none; }
article header {
position:relative;
top:-200px;
Expand All @@ -470,15 +469,17 @@ time {
text-indent:-1000em;
overflow:hidden;
background: url('/images/mini_goes_southwest.png') no-repeat 50% 0;
position:relative;
top:-15px;
/*position:relative;*/
margin-top:40px;
margin-bottom:15px;
}
article header #mxm {
background: url('/images/mxm.png') no-repeat;
width:67px;
height:29px;
top:0;
left:-10px;
top:-55px;
position:absolute;
left:5px;
}
#strapline {
margin-bottom:10px;
Expand Down

0 comments on commit 199314a

Please sign in to comment.