From 5564b3a9cb432f1f7eb76bd325251312904bb893 Mon Sep 17 00:00:00 2001 From: cflem Date: Sat, 21 Jan 2017 16:52:18 -0500 Subject: Restyled a little --- css/main.css | 4 ++-- dash/css/dash.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index 466fad4..2f7c070 100644 --- a/css/main.css +++ b/css/main.css @@ -11,7 +11,7 @@ body { background-image: linear-gradient(to bottom right, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0)), url('../img/3.jpg'); background-size: cover; - background-repeat: repeat-y; + background-repeat: no-repeat; background-attachment: fixed; } #headerbar { @@ -302,6 +302,6 @@ p.bubblehead { .bubbleflash { padding-top: 50px; padding-bottom: 50px; - font-size: 60pt; + font-size: 60px; word-wrap: break-word; } diff --git a/dash/css/dash.css b/dash/css/dash.css index dd278a9..86982df 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -9,7 +9,7 @@ body { background-image: linear-gradient(to bottom right, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0)), url('../img/0.jpg'); background-size: cover; - background-repeat: repeat-y; + background-repeat: no-repeat; background-attachment: fixed; } #nav { -- cgit v1.2.3