summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/layouts/application.html.erb3
-rw-r--r--public/stylesheets/ccc.css8
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
259div#footer { 259div#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
268p#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