1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-26 10:26:48 +02:00

make titles clickable

This commit is contained in:
muflax 2011-09-05 19:13:23 +02:00
parent 23249f83ce
commit 696e039de1
2 changed files with 11 additions and 2 deletions

View file

@ -35,11 +35,20 @@ div.title {
position: absolute;
top: 0;
left: 0;
font-size: 1.7em;
line-height: 1.3;
text-align: center;
}
a:link.title, a:hover.title, a:visited.title, a:active.title {
font-size: 1.7em;
color: #d9d9d9;
}
/* don't underline titles */
a:link.title, a:visited.title, a:active.title {
text-decoration: none;
}
div.footnotes {
border-top: 10px solid #7D9B3E;
}

View file

@ -24,7 +24,7 @@
<div class="main">
<!-- page title -->
<% if @item[:title] %>
<div class="title"><%= @item[:title] %></div>
<div class="title"><a class="title" href="/"><%= @item[:title] %></a></div>
<% end %>
<!-- epistemic and technical state -->