Skip to content

Commit

Permalink
better support for Internet Explorer 7 and earlier (body padding outs…
Browse files Browse the repository at this point in the history
…ide media query, placeholder support for IE )
  • Loading branch information
Coto committed May 30, 2012
1 parent 60e6783 commit 0cc4e49
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
11 changes: 7 additions & 4 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
}
/**################## End of Styles only for Google App Engine Boilerplate ################**/

body {
padding-top: 50px;
}
/* Used by plugins.js (jQuery placeholder support for IE) */
.hasPlaceholder {
color: #777;
}

/* Header Bar (Subnavegacion) */
/* Subnav */
Expand Down Expand Up @@ -155,10 +162,6 @@
@media (min-width: 980px) {
/* Most Landscape Tablets */

body {
padding-top: 50px;
}

.led {
background-color: red;
}
Expand Down
28 changes: 26 additions & 2 deletions static/js/plugins.js

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

0 comments on commit 0cc4e49

Please sign in to comment.