comparison default.css @ 33:5ccef0dd96b5

increase line height.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 22 Jun 2009 08:35:26 +0900
parents a05cb2599664
children
comparison
equal deleted inserted replaced
32:c85c481c86e7 33:5ccef0dd96b5
185 185
186 /* content */ 186 /* content */
187 .content { 187 .content {
188 float: right; 188 float: right;
189 width: 520px; 189 width: 520px;
190 line-height: 1.5em; 190 line-height: 1.75em;
191 } 191 }
192 192
193 .content .item { 193 .content .item {
194 padding: 6px 12px; 194 padding: 6px 12px;
195 border: 1px solid #EEE; 195 border: 1px solid #EEE;
233 margin: 0 auto; 233 margin: 0 auto;
234 text-align: center; 234 text-align: center;
235 padding: 6px; 235 padding: 6px;
236 width: 720px; 236 width: 720px;
237 clear: both; 237 clear: both;
238 line-height: 1.3em; 238 line-height: 1.45em;
239 } 239 }
240 240
241 .footer a { 241 .footer a {
242 color: #36C; 242 color: #36C;
243 text-decoration: none; 243 text-decoration: none;