Differences From Artifact [20785921ab]:
- File applications/mobileblur/static/css/base.css — part of check-in [c5a2ec2308] at 2011-11-22 05:47:52 on branch feature/pretty — Story list page is styled much more nicely (user: spiffy, size: 19979) [annotate] [blame] [check-ins using]
To Artifact [bc70561535]:
- File applications/mobileblur/static/css/base.css — part of check-in [daef6c0f88] at 2011-11-22 06:01:25 on branch feature/pretty — Added colors to the intelligencs scores in the feed list (user: spiffy, size: 20178) [annotate] [blame] [check-ins using]
| ︙ | |||
547 548 549 550 551 552 553 554 555 556 557 558 559 560 | 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 | + + + + + + + + + + + + + + |
#story-list > .story {
padding: .5%;
padding-top: 0;
border-top: 1px solid black;
margin-top: .33%;
}
span.ps, span.nt, span.ng {
padding: .05em;
border-radius: 5px;
}
span.ps {
background-color: #35C030;
}
span.nt {
background-color: yellow;
}
span.ng {
background-color: red;
}
footer {
background-color: #cc0000;
padding: 1%;
border-top: 1px solid black;
color: white;
}
|
| ︙ |