Group posts by feed name. Step #1 of getting collapsing feeds so it's
easier to swim through larger feeds.
This commit is contained in:
parent
45bf995773
commit
0b2888d4a8
2 changed files with 63 additions and 23 deletions
|
|
@ -204,11 +204,11 @@ canvas {
|
|||
.blue #list li { border-bottom: 1px solid #2980b9; }
|
||||
.yellow #list li { border-bottom: 1px solid #f39c12; }
|
||||
|
||||
#list li:after {
|
||||
#list li li:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 7px;
|
||||
top: 0.1em;
|
||||
top: -0.2em;
|
||||
font-weight: 100;
|
||||
font-size: 3em;
|
||||
font-family: "Entypo";
|
||||
|
|
|
|||
Reference in a new issue