new subtitle, copyright

This commit is contained in:
Jörg Thalheim 2013-01-28 08:46:02 +01:00
parent dd0d10986c
commit 4c68d6c1bd
4 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
a name="about"
p
' © Copyright 2012 |
' © Copyright 2013 |
==link_to "Albert Schulz", "/albert", :title => "About Albert"
' ,
==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg"

View File

@ -1,5 +1,8 @@
h1#pagetitle Higgs-Boson
h2#pagesubtitle Where dreams become true
h2#pagesubtitle
' by Albert
span.amp & 
' Jörg
section
ul#overview.icons

View File

@ -73,6 +73,15 @@ footer {
}
}
.amp, abbr[title="and"] {
font-family: Baskerville,Palatino,"Book Antiqua",serif;
//font-family: 'Lobster', Georgia, Times, serif;
font-style: italic;
font-weight: normal;
line-height: 1em;
margin: 0 0 0.2em;
}
.container {
@include accentize($yellow);
@include container;

View File

@ -24,7 +24,7 @@ $green: #859900;
h1#pagetitle, h1:first-of-type { color: $rebase1; }
h2#pagesubtitle, h2:first-of-type { color: $rebase01; }
a, a:active, a:visited { color: $rebase1; }
//a:hover { background-color: $rebase02 }
span.amp { color: $rebase1; }
header {
background-color: $rebase01;
color: $rebase1;