This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 4e5656f2a635e9c6112715062ca8eac7d8b3d55e
tree 20ca91a074fe6eeadc3d0a92318de7845ad0412e
parent c38f6628a4770eeb0d99ef4d3a178d4266c990a2
tree 20ca91a074fe6eeadc3d0a92318de7845ad0412e
parent c38f6628a4770eeb0d99ef4d3a178d4266c990a2
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sun Apr 01 23:15:43 -0700 2007 | [danielmorrison] |
| |
README | Sun Apr 01 23:27:38 -0700 2007 | [danielmorrison] |
| |
Rakefile | Sun Apr 01 23:15:43 -0700 2007 | [danielmorrison] |
| |
init.rb | Sun Apr 01 23:15:43 -0700 2007 | [danielmorrison] |
| |
install.rb | Sun Apr 01 23:15:43 -0700 2007 | [danielmorrison] |
| |
lib/ | Sat Apr 05 09:33:45 -0700 2008 | [danielmorrison] |
| |
tasks/ | Sun Apr 01 23:15:43 -0700 2007 | [danielmorrison] |
| |
test/ | Sun Apr 01 23:15:43 -0700 2007 | [danielmorrison] |
| |
uninstall.rb | Sun Apr 01 23:15:43 -0700 2007 | [danielmorrison] |
README
CssNakedDay =========== This plugin disables all stylesheets on CSS Naked Day. http://naked.dustindiaz.com/ As long as you're using Rails' stylesheet_link_tag helper, your CSS will automatically be hidden on Naked Day (April 5). It also adds a method to the Date class so you can check if a day is Naked Day. Example ======= <% if Date.today.is_css_naked_day? %> <h3>What happened to the design?</h3> <p>To know more about why styles are disabled on this website visit the <a href="http://naked.dustindiaz.com" title="Web Standards Naked Day Host Website"> Annual CSS Naked Day</a> website for more information.</p> <% end %> Read more at: http://daniel.collectiveidea.com/blog/tags/css_naked_day Copyright (c) 2007 Daniel Morrison, Collective Idea http://collectiveidea.com, released under the MIT license





