]> git.llucax.com Git - software/sercom.git/commitdiff
pongo lindo el footer
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Wed, 28 Feb 2007 03:00:21 +0000 (03:00 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Wed, 28 Feb 2007 03:00:21 +0000 (03:00 +0000)
sercom/static/css/style.css
sercom/templates/master.kid

index b91d5c7a9c8a17ea235a5df12593d2db61ab0a86..dfc85ce1221dfb98ae4b6f3733f7f40881c46629 100644 (file)
@@ -96,9 +96,12 @@ h2 {
   border-top: 0px none;\r
   color: #999;\r
   background-color: white;\r
-  padding: 10px;\r
+  padding-left: 10px;\r
+  padding-right: 10px;\r
+  padding-top: 25px;\r
+  padding-bottom: 0px;\r
   font-size: 80%;\r
-  text-align: center;\r
+  text-align: left;\r
   width: 757px;\r
   margin: 0 auto 1em auto;\r
 }\r
@@ -206,3 +209,9 @@ table.show td {
        padding-bottom: 2px;
        border: none;
 }
+
+#footer img {
+       float:right;
+       padding-bottom: 50px;
+}
+
index 452e9d9da71b399bc86e1ca11743070a46c6376b..f8f591abc6b22ec20c558b3c5a428b22e61d8bdd 100644 (file)
 
        <!-- End of main_content -->
        </div>
-<div id="footer"> <img src="/static/images/under_the_hood_blue.png" alt="TurboGears under the hood" />
-  <p>TurboGears is a open source front-to-back web development
-    framework written in Python</p>
-  <p>Copyright &copy; 2006 Kevin Dangoor</p>
-</div>
+       <div id="footer">
+               <a href="http://www/turbogears.org/"><img src="/static/images/under_the_hood_blue.png" alt="TurboGears under the hood" /></a>
+       <p>Copyleft &copy; 2007 Dimov, Lucarella, Markiewicz</p>
+               <br />
+       </div>
 </body>
 
 </html>