comparison static/css/agora.less @ 110:0fd8fb20033e

Add back basic user info to profile page The rest will be added back and the layout will be improved soon.
author dellsystem <ilostwaldo@gmail.com>
date Tue, 11 Sep 2012 21:09:04 -0400
parents 2bca07be6e51
children 4ca1b54f07f3
comparison
equal deleted inserted replaced
109:a66c7907751b 110:0fd8fb20033e
322 322
323 .errors { 323 .errors {
324 clear: both; 324 clear: both;
325 } 325 }
326 } 326 }
327
328 dl {
329 dt {
330 float: left;
331 clear: left;
332 font-weight: bold;
333 padding-right: 5px;
334 }
335
336 dd {
337 margin-left: 200px;
338 }
339 }