Minor style adjustments.

This commit is contained in:
Marcel Klehr 2012-08-06 23:46:36 +02:00
parent 32366755f2
commit 8d552ce13e

View file

@ -6,7 +6,7 @@ body {
h1,h2,h3,h4,h5,h6 { h1,h2,h3,h4,h5,h6 {
font-family: Helvetica,Arial,sans-serif; font-family: Helvetica,Arial,sans-serif;
font-weight: normal; font-weight: normal;
padding: 10px 0; padding: 20px 0;
} }
h1 { h1 {
@ -26,7 +26,7 @@ h5 {
font-size: 0.6cm; font-size: 0.6cm;
} }
h6 { h6 {
font-size: 0.5cm; font-size: 0.55cm;
} }
/* middling everything */ /* middling everything */
@ -98,13 +98,13 @@ div#downloadbutton {
float: left; float: left;
width: 7cm; width: 7cm;
padding: 8px 25px; padding: 8px 25px;
margin: 15px; margin: 0 15px 0 0;
-moz-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s;
background-color: #272; background-color: #272;
color: #fff; color: #fff;
font-size: 12px; font-size: 12px;
} }
div.showcase div#downloadbutton { float: right; } div.showcase div#downloadbutton { float: right; margin: 15px;}
div#downloadbutton a, div#downloadbutton a,
div#downloadbutton a:active { div#downloadbutton a:active {
color: #fff; color: #fff;
@ -126,8 +126,8 @@ div.content {
overflow: auto; overflow: auto;
background: none repeat scroll 0 0 #fff; background: none repeat scroll 0 0 #fff;
font-size: 0.475cm; font-size: 0.5cm;
line-height: 1.5; line-height: 1.75;
} }
div.content p { div.content p {
@ -150,6 +150,7 @@ div.content a:hover {
div.showcase { div.showcase {
background: url('../img/linen.jpg'); background: url('../img/linen.jpg');
padding: 30px 0;
} }
div.showcase h1 { div.showcase h1 {