Mercurial > aurellem
comparison css/argentum.css @ 59:053bce43913c
changes from Dylan?
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 02 Mar 2015 12:14:21 -0500 |
parents | f679403db87d |
children | fb5ea1d5bbe9 |
comparison
equal
deleted
inserted
replaced
58:41818c0cea59 | 59:053bce43913c |
---|---|
262 } | 262 } |
263 .header h1, .header h1 em { | 263 .header h1, .header h1 em { |
264 text-shadow:none; | 264 text-shadow:none; |
265 font-size:1.5em!important; | 265 font-size:1.5em!important; |
266 } | 266 } |
267 | |
268 | |
269 | |
270 .ideas dl { | |
271 line-height:1.6em; | |
272 display:block; | |
273 position:relative; | |
274 } | |
275 | |
276 .ideas dt { | |
277 font-family:Georgia, Palatino, Times,serif; | |
278 color:#000; | |
279 font-size:1.2em; | |
280 margin-top:2em; | |
281 margin-bottom:0.25em; | |
282 text-transform:capitalize; | |
283 display:block; | |
284 | |
285 position:absolute; | |
286 top:0; | |
287 bottom:0; | |
288 width:12em; | |
289 text-align:right; | |
290 | |
291 } | |
292 | |
293 .ideas dd { | |
294 margin:0; | |
295 padding:0; | |
296 } | |
297 | |
298 .ideas blockquote { | |
299 font-style:italic; | |
300 } | |
301 | |
302 body { | |
303 width:auto; | |
304 font-size:16px!important; | |
305 margin:0 4em; | |
306 } | |
307 | |
308 | |
309 | |
310 | |
267 /* | 311 /* |
268 | 312 |
269 .header { | 313 .header { |
270 background:transparent; | 314 background:transparent; |
271 padding-left:3em!important; | 315 padding-left:3em!important; |