comparison static/css/styles.css @ 363:e1830acad2a7

Make sure that we have space between multiple dl's
author David Soria Parra <dsp@php.net>
date Sat, 14 May 2011 18:25:28 +0200
parents e4d31654a9d3
children 60fe705f6df0
comparison
equal deleted inserted replaced
362:aad02c507742 363:e1830acad2a7
43 43
44 dt { font-weight: bold; margin-top: 10px; } 44 dt { font-weight: bold; margin-top: 10px; }
45 dt em { font-style: normal; display: block; font-weight: normal; } 45 dt em { font-style: normal; display: block; font-weight: normal; }
46 dd em { font-style: normal; font-weight: bolder; } 46 dd em { font-style: normal; font-weight: bolder; }
47 dd { background: url(../images/bullet.gif) no-repeat 10px .5em; padding-left: 20px; } 47 dd { background: url(../images/bullet.gif) no-repeat 10px .5em; padding-left: 20px; }
48 dl {
49 padding-bottom: 1em;
50 }
48 51
49 /* 52 /*
50 * Forms 53 * Forms
51 */ 54 */
52 input, textarea, select { font-family: Helvetica, Arial, sans-serif; font-size: .8571em; vertical-align: top; } 55 input, textarea, select { font-family: Helvetica, Arial, sans-serif; font-size: .8571em; vertical-align: top; }