Stylesheet tweaks.
This commit is contained in:
parent
666cb32cc3
commit
f1cff1a798
2 changed files with 13 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
||||||
<% if @page and (@page.name == 'HomePage') and %w( show published print ).include?(@action_name) %>
|
<% if @page and (@page.name == 'HomePage') and %w( show published print ).include?(@action_name) %>
|
||||||
<%= h(@web.name) + (@show_diff ? ' (changes)' : '') %>
|
<%= h(@web.name) + (@show_diff ? ' (changes)' : '') %>
|
||||||
<% elsif @web %>
|
<% elsif @web %>
|
||||||
<small><%= @web.name %></small><br />
|
<span class="webName"><%= @web.name %></span><br />
|
||||||
<%= @title %>
|
<%= @title %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= @title %>
|
<%= @title %>
|
||||||
|
|
|
@ -2,7 +2,7 @@ body {
|
||||||
background-color:#FFF;
|
background-color:#FFF;
|
||||||
color:#333;
|
color:#333;
|
||||||
font-family:Verdana, Arial, Helvetica, sans-serif;
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size:90%;
|
font-size:1em;
|
||||||
line-height:1.3em;
|
line-height:1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -175,9 +175,16 @@ border: 1px solid silver;
|
||||||
font-size:.85em;
|
font-size:.85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.webName {
|
||||||
|
font-size:.5em;
|
||||||
|
}
|
||||||
|
|
||||||
span.views, span.linked {
|
span.views, span.linked {
|
||||||
font-size:.85em;
|
font-size:.85em;
|
||||||
}
|
}
|
||||||
|
.views a, .linked a {
|
||||||
|
font-weight: normal
|
||||||
|
}
|
||||||
|
|
||||||
#allPages, #wantedPages {
|
#allPages, #wantedPages {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -186,6 +193,9 @@ width: 280px;
|
||||||
#allPages {
|
#allPages {
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
}
|
}
|
||||||
|
#allPages h2, #wantedPages h2 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
.pageType {
|
.pageType {
|
||||||
font-size: .75em;
|
font-size: .75em;
|
||||||
|
@ -193,7 +203,7 @@ font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.pageStats, span.unlock {
|
p.pageStats, span.unlock {
|
||||||
font-size; .85em;
|
font-size: .85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diffdel,del.diffmod, .diffdel *, del.diffmod * {
|
.diffdel,del.diffmod, .diffdel *, del.diffmod * {
|
||||||
|
|
Loading…
Add table
Reference in a new issue