diff --git a/app/views/wiki/page.rhtml b/app/views/wiki/page.rhtml index 83368801..83566a2a 100644 --- a/app/views/wiki/page.rhtml +++ b/app/views/wiki/page.rhtml @@ -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 %> diff --git a/public/s5/ui/default/pretty.css b/public/s5/ui/default/pretty.css index efc69022..9728ba41 100644 --- a/public/s5/ui/default/pretty.css +++ b/public/s5/ui/default/pretty.css @@ -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;}