diff options
| author | Josh Brewer | 2011-04-20 13:44:44 -0700 | 
|---|---|---|
| committer | Josh Brewer | 2011-04-20 13:44:44 -0700 | 
| commit | 51af7a208e03e79b83df8f97f6ac5f5226b51a13 (patch) | |
| tree | 4ffd605da9c939f037acf072d4ba747cc5848dad | |
| parent | a3d44d3980f6c1792f55d435ac2030df282e2e86 (diff) | |
| download | ffffallback-51af7a208e03e79b83df8f97f6ac5f5226b51a13.tar.bz2 | |
block FF3 for bookmarklet, iphone scaling tweak
| -rw-r--r-- | css/screen.css | 2 | ||||
| -rw-r--r-- | index.html | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/css/screen.css b/css/screen.css index e4f5032..e587661 100644 --- a/css/screen.css +++ b/css/screen.css @@ -412,7 +412,7 @@ footer .twitter-share-button {    body {font-size:85%;}    .typekit-badge {display:none !important;}  	.content{ -		width: 310px; +		width: 300px;  		margin:0 auto;  	}  	#main { @@ -7,7 +7,7 @@    <meta name="description" content="Bulletproof web typography, bookmarklet, web fonts">    <meta name="author" content="Josh Brewer"> -  <meta name="viewport" content="width=device-width, initial-scale=1.0"> +  <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->    <link rel="shortcut icon" href="/favicon.ico"> | 
