mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
Merge pull request #169 from NumEricR/entries-height
Entries height with short description
This commit is contained in:
commit
e6a8dd60af
@ -103,6 +103,10 @@ a, a:hover, a:visited {
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main .entrie .tools + p {
|
||||||
|
min-height: 5.5em;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#main .entrie .tools li {
|
#main .entrie .tools li {
|
||||||
display: inline;
|
display: inline;
|
||||||
@ -150,6 +154,11 @@ a, a:hover, a:visited {
|
|||||||
#article {
|
#article {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#article header, #article article {
|
||||||
|
border-bottom: 1px solid #222;
|
||||||
|
}
|
||||||
|
|
||||||
#article header {
|
#article header {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -180,14 +189,6 @@ a, a:hover, a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*** ***/
|
|
||||||
/*** ARTICLE PAGE ***/
|
|
||||||
|
|
||||||
#article header, #article article {
|
|
||||||
border-bottom: 1px solid #222;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
.pagination {
|
.pagination {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
Loading…
Reference in New Issue
Block a user