528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
|
}
header > h1 > a {
text-decoration: none;
color: white;
font-weight: bold;
}
header > h2 {
/* border-top: 1px solid white;*/
}
#story-list {
/* background-color: #f2c84b;*/
}
#story-list > .story > a, .feed > a {
|
>
>
>
>
|
>
|
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
|
}
header > h1 > a {
text-decoration: none;
color: white;
font-weight: bold;
}
#story > header > a {
color: white;
}
header > a> h2 {
/* border-top: 1px solid white;*/
color: white;
}
#story-list {
/* background-color: #f2c84b;*/
}
#story-list > .story > a, .feed > a {
|