More S5 tweaks.

This commit is contained in:
Jacques Distler 2007-03-01 15:15:41 -06:00
parent e93cedb155
commit 6ee59e7e49
2 changed files with 3 additions and 2 deletions

View file

@ -46,7 +46,8 @@
<% end %>
<% if WikiReference.pages_in_category('S5-slideshow').map.include?(@page.name) %>
|
<%= link_to 'S5', {:web => @web.address, :action => 's5', :id => @page.name} %>
<%= link_to 'S5', {:web => @web.address, :action => 's5', :id => @page.name},
{:id => 'view_S5'} %>
<% end %>
<% end %>
</span>

View file

@ -1,6 +1,6 @@
/* Following are the presentation styles -- edit away! */
body {background: #FFF; color: #000; font-size: 2.25em;}
body {background: #FFF; color: #000; font-size: 2em;}
:link, :visited {text-decoration: none; color: #00C;}
#controls :active {color: #8A8 !important;}
#controls :focus {outline: 1px dotted #272;}