From 24e846ab86dd5691e691e8a7b33f5b6f31d9cc3b Mon Sep 17 00:00:00 2001 From: Zach LeBar Date: Mon, 19 Dec 2011 17:01:58 +0000 Subject: Fixed positioning bug in 'alps', fixed overlapping subnav issues and overlapping text within tables in 'clouds' and 'snow'. --- alps/alps.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alps') diff --git a/alps/alps.css b/alps/alps.css index e143cad..d732ba2 100644 --- a/alps/alps.css +++ b/alps/alps.css @@ -228,7 +228,7 @@ body { */ #subnav { - margin: 1em 0 -3em 2.1%; + margin: 1em 0 -3em 0; float: right; width: 80%; } -- cgit v1.2.3