diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 8885a2de..da13eee5 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -47,14 +47,22 @@ <% end %> -<% if @flash[:error] %>
+<% if @flash[:error] %>

<%= @flash[:error].to_s %>


<% end %> <%= render 'navigation' unless @web.nil? || @hide_navigation %> <%= @content_for_layout %> + +
+ diff --git a/public/stylesheets/instiki.css b/public/stylesheets/instiki.css index b656b79b..30040e49 100755 --- a/public/stylesheets/instiki.css +++ b/public/stylesheets/instiki.css @@ -28,9 +28,6 @@ a { color: #000; } a:visited { color: #666; } a:hover { color: #fff; background-color:#000; } -/* a.edit:link, a.edit:visited { color: #DA0006; } */ - - h1, h2, h3 { color: #333; font-family: georgia, verdana; } h1 { font-size: 28px } h2 { font-size: 19px } @@ -137,7 +134,21 @@ ol.setup li { background: lightgreen; } -.error { +#footer { + height: 14px; + padding: .25em 0; +} + +#footer p { + font-size: 10px; + color: gray; + font-style: italic; + margin: 0; + float: right; + text-align: right; +} + +#error { color: darkred; font-style: italic; width: 450px;