File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 # menu p { margin : 0.5em 0 ; text-align : center; }
1212 # menu p a { text-decoration : none; color : black; }
1313 # upcoming { display : block; margin : 0 auto; background-color : # E0E0E0 ; }
14- # score { color : green ; font-weight : bold; vertical-align : middle; }
14+ # score { color : blue ; font-weight : bold; vertical-align : middle; }
1515 # rows { color : blue; font-weight : bold; vertical-align : middle; }
1616 # stats { position : absolute; bottom : 0em ; right : 1em ; }
1717 @media screen and (min-width : 0px ) and (min-height : 0px ) { # tetris { font-size : 0.75em ; width : 250px ; } # menu { width : 100px ; height : 200px ; } # upcoming { width : 50px ; height : 50px ; } # canvas { width : 100px ; height : 200px ; } } /* 10px chunks */
232232 } else {
233233 play ( ) ;
234234 handled = true ;
235- }
235+ }
236236 }
237237 if ( handled )
238238 ev . preventDefault ( ) ; // prevent arrow keys from scrolling the page (supported in IE9+ and all other browsers)
You can’t perform that action at this time.
0 commit comments