Differences From Artifact [bdcac81a66]:
- File applications/mobileblur/static/css/base.css — part of check-in [1d6bdd2f2b] at 2011-11-22 13:36:43 on branch feature/pretty — Prettied up the feed list page (user: spiffy, size: 20187) [annotate] [blame] [check-ins using]
To Artifact [86604445a8]:
- File applications/mobileblur/static/css/base.css — part of check-in [3881a5300d] at 2011-11-22 23:53:08 on branch feature/pretty — Moved the 'mark feed read' button back below the feed title (user: spiffy, size: 20241) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
520 521 522 523 524 525 526 527 528 529 530 531 532 533 |
color: white;
}
header > h1 > a {
text-decoration: none;
color: white;
font-weight: bold;
}
#story-list {
}
#story-list > .story > a, .feed > a {
text-decoration: none;
font-weight: bold;
| > > > > | 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
color: white;
}
header > h1 > a {
text-decoration: none;
color: white;
font-weight: bold;
}
header > h2 {
/* border-top: 1px solid white;*/
}
#story-list {
}
#story-list > .story > a, .feed > a {
text-decoration: none;
font-weight: bold;
|
| ︙ | ︙ |