Updated css for feed aggregator in demo example.

cleaning.
This commit is contained in:
Jocelyn Fiat
2017-09-05 15:55:34 +02:00
parent ac9d29b971
commit 71721ea00b
4 changed files with 14 additions and 148 deletions

View File

@@ -1,3 +1,10 @@
div.feed ul.nav {
list-style: none;
}
div.feed ul.nav li {
display: inline-block;
padding-right: 1em;
}
div.feed ul {
list-style: none;
position: relative;