Merge branch 'master' of git://github.com/ayodio/miniflux into ayodio-master

This commit is contained in:
Frederic Guillot 2013-07-07 11:32:14 -04:00
commit 150f0c30ec
1 changed files with 6 additions and 5 deletions

View File

@ -36,7 +36,7 @@ a:focus {
}
a:hover {
color: #333;
color: #333;
text-decoration: none;
}
@ -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;