From 358e279b0791ad7209f06faa50c108c79216f914 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 6 Sep 2011 22:49:50 +0200 Subject: Update artwork, and stylesheet a bit. --- src/stylesheets/application.sass | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/stylesheets') diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass index 237c336..8541f20 100644 --- a/src/stylesheets/application.sass +++ b/src/stylesheets/application.sass @@ -1,5 +1,5 @@ $background: black -$text-color: rgb(204, 204, 204) +$text-color: rgb(254, 254, 234) $box-background: rgb(105, 30, 30) $box-border: lightgray @@ -16,6 +16,7 @@ body background-color: $background color: $text-color font-family: Helvetica, Arial, Sans-serif + font-size: 12pt h2 margin: 0 @@ -44,13 +45,19 @@ strong #body position: relative top: 160px - padding: 5px + left: 25px + width: 674px + height: 840px + overflow: auto + padding: 2px + #facts - border: 1px dotted $box-border + border: 1px dotted $text-color padding: 3px font-size: 80% float: right + margin-left: 3px .intro font-size: 105% -- cgit v1.2.3