From 8260ad0ffdcdbd6371594aa9e37ad879154c5d9b Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Fri, 16 Mar 2007 17:18:02 +0000 Subject: [PATCH] move pi to the left. --- styles/christmas/level2.css | 9 ++++++--- styles/quakeforge/level2.css | 10 +++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/styles/christmas/level2.css b/styles/christmas/level2.css index 78104b8..a5aa6de 100644 --- a/styles/christmas/level2.css +++ b/styles/christmas/level2.css @@ -194,11 +194,14 @@ BODY { A#pi { position: absolute; - top: 1px; - right: 1px; + top: 0px; + right: 4px; + background: #7f000c; color: #084508; - font-size: 14pt; + + font-size: 10pt; + font-weight: bold; } .smallText { diff --git a/styles/quakeforge/level2.css b/styles/quakeforge/level2.css index b847df2..2814d10 100644 --- a/styles/quakeforge/level2.css +++ b/styles/quakeforge/level2.css @@ -194,14 +194,14 @@ BODY { A#pi { position: absolute; - top: 1px; - right: 1px; - - font-size: 10pt; - font-weight: bold; + top: 0px; + right: 4px; background: #737b9c; color: #4b4f66; + + font-size: 10pt; + font-weight: bold; } .smallText {