mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
CSS clean up again
This commit is contained in:
parent
679b6b85ad
commit
5ae45084dc
1 changed files with 5 additions and 8 deletions
|
@ -150,6 +150,11 @@ a, a:hover, a:visited {
|
|||
#article {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#article header, #article article {
|
||||
border-bottom: 1px solid #222;
|
||||
}
|
||||
|
||||
#article header {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -180,14 +185,6 @@ a, a:hover, a:visited {
|
|||
}
|
||||
|
||||
|
||||
/*** ***/
|
||||
/*** ARTICLE PAGE ***/
|
||||
|
||||
#article header, #article article {
|
||||
border-bottom: 1px solid #222;
|
||||
}
|
||||
|
||||
|
||||
/* Pagination */
|
||||
.pagination {
|
||||
clear: both;
|
||||
|
|
Loading…
Reference in a new issue