Skip to content

Commit

Permalink
introduce initial-scale=1 viewport as recommended by bootstrap and ma…
Browse files Browse the repository at this point in the history
…x-width:100% css fix for BS 2.0.2 images to be responsive
  • Loading branch information
tricil committed Apr 14, 2012
1 parent d89f71a commit 7172e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<title><?php wp_title('|', true, 'right'); bloginfo('name'); ?></title>

<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<script src="<?php echo get_template_directory_uri(); ?>/js/libs/modernizr-2.5.3.min.js"></script>

Expand Down

1 comment on commit 7172e31

@orionrush
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 just dealing with this atm.

Please sign in to comment.