Merge branch 'master' of git://github.com/ayodio/miniflux into ayodio-master
This commit is contained in:
commit
150f0c30ec
@ -367,7 +367,10 @@ nav .active a {
|
||||
|
||||
/* items listing */
|
||||
.items article {
|
||||
border: 1px dotted #ddd;
|
||||
margin-bottom: 20px;
|
||||
padding: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.items h2 {
|
||||
@ -397,18 +400,16 @@ nav .active a {
|
||||
}
|
||||
|
||||
.items .preview {
|
||||
color: #555;
|
||||
line-height: 1.5em;
|
||||
font-size: 100%;
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
|
||||
.items #current-item {
|
||||
border: 2px dashed #d14;
|
||||
padding: 5px;
|
||||
border: 3px solid #bce;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* item */
|
||||
.item {
|
||||
padding-left: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user