Skip to content
New issue

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

Let's get the responsive stylesheet working #13

Open
wasnotrice opened this issue Feb 14, 2013 · 4 comments
Open

Let's get the responsive stylesheet working #13

wasnotrice opened this issue Feb 14, 2013 · 4 comments

Comments

@wasnotrice
Copy link
Member

Currently, the responsive stylesheet is included in the head, but the HAML is messed up here so that it produces this:

<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.

@steveklabnik
Copy link
Member

👍. A new version of Bootstrap came out a bit ago, too...

@wasnotrice
Copy link
Member Author

Hmmm. Probably a good time to pull our site styles out of the main bootstrap.css ;)

@wpp
Copy link
Contributor

wpp commented Feb 14, 2013

@wasnotrice good idea 😄 what are these icons supposed to look like, or where do they come from?

@wpp
Copy link
Contributor

wpp commented Mar 30, 2013

see #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants