From 1c5c307c2b79185ad78aefbfa7421b7e1ee2d63f Mon Sep 17 00:00:00 2001 From: Adrian Gaudebert Date: Fri, 13 May 2011 14:22:33 -0700 Subject: [PATCH 1/3] Trying to solve the problem of example 1 . --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 47d0fa4..f868b98 100644 --- a/css/style.css +++ b/css/style.css @@ -178,6 +178,11 @@ body#home > header { color: gray; font-size: 0.8em; } + #header-content > div { + border: 1px solid red; + float: left; + text-align: right; + } #header-nav { float: left; From ebd976973ad7625f5f45ab25e5cdedb16ef035d1 Mon Sep 17 00:00:00 2001 From: Adrian Gaudebert Date: Mon, 16 May 2011 10:03:17 -0700 Subject: [PATCH 2/3] Fixing title size problems. --- css/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index f868b98..dd1d88d 100644 --- a/css/style.css +++ b/css/style.css @@ -136,6 +136,7 @@ body#home > header { #header-content { height: 100%; padding: 20px 0 0 0; + position: relative; } #header-content p { clear: both; @@ -175,13 +176,12 @@ body#home > header { vertical-align: middle; } #header-content h1 span { - color: gray; - font-size: 0.8em; + color: gray; + font-size: 0.8em; } #header-content > div { - border: 1px solid red; - float: left; - text-align: right; + float: left; + padding-right: 160px; } #header-nav { @@ -229,8 +229,9 @@ body#home > header { } #header-options { - float: right; padding: 20px 0 0 0; + position: absolute; + right: 0px; } #header-options .button { background-color: #deb154; From 6f3d347367c10a59d304f2fd93ae367f40200cee Mon Sep 17 00:00:00 2001 From: Adrian Gaudebert Date: Mon, 16 May 2011 10:05:30 -0700 Subject: [PATCH 3/3] Addind a div into the header to fix the title size problem. --- combo_overview.html | 18 ++++++++++-------- combo_overview_title_2.html | 18 ++++++++++-------- product_overview.html | 18 ++++++++++-------- team_overview.html | 18 ++++++++++-------- 4 files changed, 40 insertions(+), 32 deletions(-) diff --git a/combo_overview.html b/combo_overview.html index e2fd3f5..87d5f13 100644 --- a/combo_overview.html +++ b/combo_overview.html @@ -51,15 +51,17 @@ - +
+ -
- Watch - Settings +
+ Watch + Settings +
diff --git a/combo_overview_title_2.html b/combo_overview_title_2.html index 103cb3d..a874643 100644 --- a/combo_overview_title_2.html +++ b/combo_overview_title_2.html @@ -51,15 +51,17 @@ - +
+ -
- Watch - Settings +
+ Watch + Settings +
diff --git a/product_overview.html b/product_overview.html index 5e70cfa..a8199cd 100644 --- a/product_overview.html +++ b/product_overview.html @@ -51,15 +51,17 @@ - +
+ -
- Watch - Settings +
+ Watch + Settings +
diff --git a/team_overview.html b/team_overview.html index dd55070..8b524a9 100644 --- a/team_overview.html +++ b/team_overview.html @@ -46,15 +46,17 @@