comparison booket.css @ 2:82c50265c8dc

Display creation and modification time
author Guido Berhoerster <guido+booket@berhoerster.name>
date Mon, 08 Sep 2014 19:34:11 +0200
parents c2248f662a2c
children 4786df0aec03
comparison
equal deleted inserted replaced
1:6559033d9996 2:82c50265c8dc
281 a.bookmark-link:visited:hover, 281 a.bookmark-link:visited:hover,
282 a.bookmark-link:visited:focus, 282 a.bookmark-link:visited:focus,
283 a.bookmark-link:visited:active { 283 a.bookmark-link:visited:active {
284 color: #07316e; 284 color: #07316e;
285 } 285 }
286
287 dl.bookmark-metadata {
288 color: #555753;
289 font-size: .75em;
290 margin: .25em 0 0 0;
291 }
292
293 dl.bookmark-metadata dt {
294 font-weight: bold;
295 }
296
297 dl.bookmark-metadata dt::after {
298 content: ':';
299 }
300
301 dl.bookmark-metadata dd {
302 margin: 0;
303 padding: 0;
304 }