comparison static/css/styles.css @ 320:bdd5e288c7e0

Move the footer all the way to the right -- it looks weird partially padded.
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Nov 2009 21:38:43 -0500
parents bb9f90fa265d
children a067114a16e2
comparison
equal deleted inserted replaced
319:bb9f90fa265d 320:bdd5e288c7e0
137 #frontpage ol a:hover { text-decoration: underline; } 137 #frontpage ol a:hover { text-decoration: underline; }
138 138
139 /* 139 /*
140 * Footer 140 * Footer
141 */ 141 */
142 #footer { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .6428em; display: inline-block; overflow: hidden; text-align: right; padding: 10px 25px; } 142 #footer { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .6428em; display: inline-block; overflow: hidden; text-align: right; padding: 10px 0; }
143 #footer { display: block; } 143 #footer { display: block; }
144 #footer div { float: left; } 144 #footer div { float: left; }
145 #footer a { text-decoration: none; } 145 #footer a { text-decoration: none; }
146 146
147 /* 147 /*