More S5 tweaks.
This commit is contained in:
parent
e93cedb155
commit
6ee59e7e49
|
@ -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>
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue