We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the responsive stylesheet is included in the head, but the HAML is messed up here so that it produces this:
head
<style type="text/css"> /*<![CDATA[*/ body { padding-top: 60px; padding-bottom: 40px; } %link{:href => "/css/bootstrap-responsive.css", :rel => "stylesheet"} / Le HTML5 shim, for IE6-8 support of HTML5 elements /[if lt IE 9] <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> / Le fav and touch icons %link{:href => "/ico/favicon.ico", :rel => "shortcut icon"} %link{:href => "/ico/apple-touch-icon-114-precomposed.png", :rel => "apple-touch-icon-precomposed", :sizes => "114x114"} %link{:href => "/ico/apple-touch-icon-72-precomposed.png", :rel => "apple-touch-icon-precomposed", :sizes => "72x72"} %link{:href => "/ico/apple-touch-icon-57-precomposed.png", :rel => "apple-touch-icon-precomposed"} /*]]>*/ </style>
And, of course, the site doesn't adapt to small screens. The icons mentioned there don't exist.
The text was updated successfully, but these errors were encountered:
👍. A new version of Bootstrap came out a bit ago, too...
Sorry, something went wrong.
Hmmm. Probably a good time to pull our site styles out of the main bootstrap.css ;)
@wasnotrice good idea 😄 what are these icons supposed to look like, or where do they come from?
see #22
No branches or pull requests
Currently, the responsive stylesheet is included in the
head
, but the HAML is messed up here so that it produces this:And, of course, the site doesn't adapt to small screens. The icons mentioned there don't exist.
The text was updated successfully, but these errors were encountered: