diff options
| author | hukl <contact@smyck.org> | 2009-10-19 20:33:00 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-19 20:33:00 +0200 |
| commit | 41519cf9b82446d348c5840518d688ae6230fdb0 (patch) | |
| tree | 140964eabcebbf1507e915173c10d0b8b41de1f2 | |
| parent | 191eb515543f7a408a4fb3e3d585d2cd031fb880 (diff) | |
minor html and css fixes
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 | ||||
| -rw-r--r-- | public/stylesheets/ccc.css | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5be2240..5e7ad3c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | <body> | 18 | <body> |
| 19 | <div id="wrapper"> | 19 | <div id="wrapper"> |
| 20 | <div id="header"> | 20 | <div id="header"> |
| 21 | <%= image_tag "header.png" %> | 21 | <%= link_to_path(image_tag("header.png"), "/home") %> |
| 22 | </div> | 22 | </div> |
| 23 | <div id="search"> | 23 | <div id="search"> |
| 24 | <%= render :partial => "content/search" %> | 24 | <%= render :partial => "content/search" %> |
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index a77a68d..8b8dfc6 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -41,6 +41,10 @@ div#header { | |||
| 41 | height: 224px; | 41 | height: 224px; |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | div#header img { | ||
| 45 | border: none; | ||
| 46 | } | ||
| 47 | |||
| 44 | div#main_navigation ul { | 48 | div#main_navigation ul { |
| 45 | margin-left: 0; | 49 | margin-left: 0; |
| 46 | padding-left: 0; | 50 | padding-left: 0; |
| @@ -63,6 +67,7 @@ div#main_navigation a:hover { | |||
| 63 | div#main_navigation a.active { | 67 | div#main_navigation a.active { |
| 64 | color: #535353; | 68 | color: #535353; |
| 65 | text-transform: uppercase; | 69 | text-transform: uppercase; |
| 70 | font-size: 14px; | ||
| 66 | } | 71 | } |
| 67 | 72 | ||
| 68 | div#main_navigation a.inactive { | 73 | div#main_navigation a.inactive { |
| @@ -143,6 +148,7 @@ div#center_column h2 a { | |||
| 143 | } | 148 | } |
| 144 | 149 | ||
| 145 | div#center_column h2.headline { | 150 | div#center_column h2.headline { |
| 151 | margin-top: 8px; | ||
| 146 | border-bottom: 2px solid #cccccc; | 152 | border-bottom: 2px solid #cccccc; |
| 147 | } | 153 | } |
| 148 | 154 | ||
