From b08f803944f19ee99acf54d81ceb79046fa551c8 Mon Sep 17 00:00:00 2001 From: "James W. Thompson, II" Date: Mon, 20 Jul 2009 20:44:33 -0500 Subject: [PATCH] Refactored CSS and structure to use a better positioning scheme. --- layout/default.xhtml | 5 +++-- public/skin/css/layout.css | 15 ++++++--------- view/index.xhtml | 1 - 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/layout/default.xhtml b/layout/default.xhtml index 46ffdbf..d1cff7f 100644 --- a/layout/default.xhtml +++ b/layout/default.xhtml @@ -14,9 +14,9 @@ - @@ -25,6 +25,7 @@
+ Find Us on Facebook #@content
diff --git a/public/skin/css/layout.css b/public/skin/css/layout.css index 186cb15..1c5c24f 100644 --- a/public/skin/css/layout.css +++ b/public/skin/css/layout.css @@ -11,27 +11,24 @@ html, body { } .container { + position: relative; width: 940px; margin: 0 auto; padding: 0 10px; padding: 0; - text-align: left; } #logo { - float: right; - position: relative; + position: absolute; top: 253px; - z-index: 100; + right: 0; } #facebook_badge { - float: right; - position: relative; - top: 300px; - right: 385px; - z-index: 100; + position: absolute; + top: 416px; + left: 0px; } .column { diff --git a/view/index.xhtml b/view/index.xhtml index 8c85997..8313742 100644 --- a/view/index.xhtml +++ b/view/index.xhtml @@ -1,4 +1,3 @@ -Find Us on Facebook

Getting the Ball Rolling

Ruby Bayou is the user group for the Ruby developer community in New Orleans. We exist to promote and explore the use of Ruby as a programming language as well as engage with other technology and community groups in the New Orleans metro area.