[designfix] align footer right

quickfix, since the full length of the sidebar is 
not considered when aligned center
stuck to the right side, it does always look fine
pull/41/head
Romano Licker 13 years ago
parent 94735c2bfb
commit af8ec64542
  1. 2
      public/stylesheets/application.css

@ -61,7 +61,7 @@ html>body #content { min-height: 600px; }
#main.nosidebar #sidebar{ display: none; }
#main.nosidebar #content{ width: auto }
#footer {clear: both; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center;}
#footer {clear: both; font-size: 0.9em; color: #aaa; padding: 5px; text-align:right;}
#login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
#login-form table td {padding: 6px;}

Loading…
Cancel
Save