jkk / clojuresphere

Browse the open-source Clojure ecosystem
http://www.clojuresphere.com/
51 stars 8 forks source link

yo! #3

Closed valpackett closed 13 years ago

valpackett commented 13 years ago

you should pull it, really

jkk commented 13 years ago

Thanks. I will incorporate some of the CSS fixes, although I plan on keeping the design the same (i.e., no centering).

Does Jetty 7 offer any tangible advantages, and do you know if it's supported by Heroku?

valpackett commented 13 years ago

You can remove the centering in the last media query (but hey, it looks cooler!)

Jetty 7 is faster. Heroku doesn't care which server you use. I use it here. You can also use Netty.

jkk commented 13 years ago

When I first tried this a couple days ago, the layout was preserved and looked normal.

But I tested it today, on a larger monitor (if that makes any difference), and none of the float clearing appears to work. Any idea why that might be? I'm not completely up to speed on resolution-sensitive CSS.