From 0ecb753ec612b2c994afb6b0bd472157cf300476 Mon Sep 17 00:00:00 2001 From: BigEd Date: Sat, 18 Sep 2010 17:29:45 +0000 Subject: [PATCH] fixup nav button positioning --- wires.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wires.css b/wires.css index 2123311..a62e6c4 100644 --- a/wires.css +++ b/wires.css @@ -24,7 +24,7 @@ body { background: white; color: black; font-family: cursive; - font-size: 30px; + font-size: 12px; } div.frame { @@ -64,19 +64,17 @@ p.status { } img.navbutton{ - margin-left: -5px; border: 0px; } img.navplay{ - margin-left: -5px; + position: relative; + margin-right: 5px; border: 0px; } img.navstop{ position: absolute; - left: -5px; - top: 9px; border: 0px; }