Stylesheet tweaks.

This commit is contained in:
Jacques Distler 2007-02-18 02:43:26 -06:00
parent 666cb32cc3
commit f1cff1a798
2 changed files with 13 additions and 3 deletions

View file

@ -45,7 +45,7 @@
<% if @page and (@page.name == 'HomePage') and %w( show published print ).include?(@action_name) %>
<%= h(@web.name) + (@show_diff ? ' (changes)' : '') %>
<% elsif @web %>
<small><%= @web.name %></small><br />
<span class="webName"><%= @web.name %></span><br />
<%= @title %>
<% else %>
<%= @title %>

View file

@ -2,7 +2,7 @@ body {
background-color:#FFF;
color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
font-size:1em;
line-height:1.3em;
}
@ -175,9 +175,16 @@ border: 1px solid silver;
font-size:.85em;
}
span.webName {
font-size:.5em;
}
span.views, span.linked {
font-size:.85em;
}
.views a, .linked a {
font-weight: normal
}
#allPages, #wantedPages {
float: left;
@ -186,6 +193,9 @@ width: 280px;
#allPages {
margin-right: 30px;
}
#allPages h2, #wantedPages h2 {
font-size: 1.2em;
}
.pageType {
font-size: .75em;
@ -193,7 +203,7 @@ font-style: italic;
}
p.pageStats, span.unlock {
font-size; .85em;
font-size: .85em;
}
.diffdel,del.diffmod, .diffdel *, del.diffmod * {