Closed ryoe closed 10 years ago
I just read over the code, and it looks pretty straightforward. I'll try to run it locally tommorrow and inspect it visually (as one must do with css).
Thank you very much for helping :) You rock.
Thanks for the updates, but the main styles are in main.sass
, and the main.css
is generated from that. So these changes will be obliterated on the next update. We'll have to get these changes in the main SASS file so we don't lose them.
Doh! Thanks @vlucas. I won't be able to look at that until tonight.
was fixed in a previous feature, closing.
This is an attempt to address the concern raised by @calcnerd256 on twitter regarding the 'pointer' cursor when js is disabled.
This PR will make the cursor pointer only appear when js is enabled, but makes no attempt to display the content that would be revealed when clicked with js enabled. Perhaps this PR can generate some discussion about how best to reveal the talk descriptions when js is not enabled.