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 listing */
|
||||||
.items article {
|
.items article {
|
||||||
|
border: 1px dotted #ddd;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
padding: 5px;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.items h2 {
|
.items h2 {
|
||||||
@ -397,18 +400,16 @@ nav .active a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.items .preview {
|
.items .preview {
|
||||||
color: #555;
|
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-family: Georgia, serif;
|
font-family: Georgia, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.items #current-item {
|
.items #current-item {
|
||||||
border: 2px dashed #d14;
|
border: 3px solid #bce;
|
||||||
padding: 5px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* item */
|
/* item */
|
||||||
.item {
|
.item {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user