From af1b85e36f4d00425c228f358241a8b5b40a59a8 Mon Sep 17 00:00:00 2001 From: atomaka Date: Mon, 7 Nov 2011 23:22:35 -0500 Subject: [PATCH] Style and template changes to provide header navigation. --- application/views/template.php | 8 ++++++- css/style.css | 39 ++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/application/views/template.php b/application/views/template.php index 7bf636a..fb0f44a 100644 --- a/application/views/template.php +++ b/application/views/template.php @@ -13,7 +13,13 @@
-

title or navigation or something

+ +
diff --git a/css/style.css b/css/style.css index d4509f9..60d7d0d 100644 --- a/css/style.css +++ b/css/style.css @@ -313,4 +313,43 @@ h1{ .pagination { text-align: center; +} + + + +/*------------------------- + Header Content +--------------------------*/ + + + +#title { + text-align: left; + width: 48%; + left: 0; + position: absolute; + margin-left: 10px; +} + +#title h1 { + text-align: left; + padding: 3px; +} + +#title h1 a { + color: #fff; +} + +#links { + width: 48%; + right: 0; + text-align: right; + position: absolute; + padding: 3px; + font-weight: bold; + margin-right: 10px; +} + +#links a { + color: #fff; } \ No newline at end of file