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

+

No Chicks Allowed

+
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