diff options
| author | hukl <contact@smyck.org> | 2012-04-03 21:12:20 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-04-03 21:12:20 +0200 |
| commit | e3ceffa0a53c9e85739a1fd376d30e575a35f302 (patch) | |
| tree | d2964012f05b6a38c4fe032c97477808dc631215 | |
| parent | a15e34dbc4dd0a974172619095d74c321f0e3812 (diff) | |
added quote
| -rw-r--r-- | app/views/layouts/application.html.erb | 3 | ||||
| -rw-r--r-- | public/stylesheets/ccc.css | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3c95d75..8965922 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -43,6 +43,9 @@ | |||
| 43 | <p style="text-align: center"> | 43 | <p style="text-align: center"> |
| 44 | <%= link_to t(:sponsors), content_path("sponsors") %> | 44 | <%= link_to t(:sponsors), content_path("sponsors") %> |
| 45 | </p> | 45 | </p> |
| 46 | <p id="quote"> | ||
| 47 | »They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.« Benjamin Franklin | ||
| 48 | </p> | ||
| 46 | </div> | 49 | </div> |
| 47 | </div> | 50 | </div> |
| 48 | <div id="right_column"> | 51 | <div id="right_column"> |
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 02690e8..bd6001d 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -257,9 +257,17 @@ div#search input[type=text] { | |||
| 257 | } | 257 | } |
| 258 | 258 | ||
| 259 | div#footer { | 259 | div#footer { |
| 260 | position: relative; | ||
| 260 | width: 1024px; | 261 | width: 1024px; |
| 261 | height: 240px; | 262 | height: 240px; |
| 262 | margin-left: -304px; | 263 | margin-left: -304px; |
| 263 | background-image: url(/images/footer.png); | 264 | background-image: url(/images/footer.png); |
| 264 | background-repeat: no-repeat; | 265 | background-repeat: no-repeat; |
| 266 | } | ||
| 267 | |||
| 268 | p#quote { | ||
| 269 | position: absolute; | ||
| 270 | left: 320px; | ||
| 271 | top: 90px; | ||
| 272 | width: 465px; | ||
| 265 | } \ No newline at end of file | 273 | } \ No newline at end of file |
