Skip to content

Commit

Permalink
meta viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeg committed Jan 19, 2012
1 parent 4b38fb5 commit 339c682
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>

<title>MediaTable | Responsive Table | Plugin jQuery | www.consulenza-web.com</title>
<meta name="description" content="jQUery Plugin Media Table: adapt HTML tables to fit many screen sizes. Uses media-query and javascript. IE proof!" />
Expand Down Expand Up @@ -39,12 +40,13 @@
a { color:#0063c5}
h1,h2 { margin:0; font-weight:normal; }
h2 { font-size:1em; margin-bottom:2em; }
.article { border-top:1px solid #444;border-bottom:1px solid #444;margin-bottom:2em;font-size:0.85em;line-height: 1.3em; color:#333; padding:0 1em;}
.article { border-top:1px solid #444;border-bottom:1px solid #444;margin-bottom:2em;font-size:0.85em;line-height: 1.3em; color:#333; padding:0;}
.controls { text-align: center;margin-bottom:2em;}
.controls input { font-size:1em; padding:0.5em; }
#create { color:green }
#destroy { color:#900 }
.credits { margin-top:3em;text-align: center;font-size:0.8em; background: #ddd; text-shadow: 0 1px 0 #fff; padding:0.2em; }
.mediaTable { font-size:0.8em;}
</style>

<!--[if lt IE 9]>
Expand Down Expand Up @@ -158,7 +160,7 @@ <h3>How do I use this demo?</h3>


<div class="credits">
<p>Created by <a href="http://consulenza-web.com" title="Marco Pegoraro Personal Blog" target="_blank">Marco Pegoraro</a> | Based upon a <a href="http://filamentgroup.com/lab/responsive_design_approach_for_complex_multicolumn_data_tables/" target="_blank">Filament Group</a> article</p>
<p>Created by <a href="http://consulenza-web.com" title="Marco Pegoraro Personal Blog" target="_blank">Marco Pegoraro</a> | Based upon a <a href="http://filamentgroup.com/lab/responsive_design_approach_for_complex_multicolumn_data_tables/" target="_blank">Filament Group</a> article | Fork on <a href="https://github.com/thepeg/MediaTable" target="_blank">GitHub</a></p>
</div>


Expand Down

0 comments on commit 339c682

Please sign in to comment.