forked from wallabag/wallabag
print view fixed in baggy; print link added; read percent added in default theme; archive and favorite re-factored to be ajax action in article view
This commit is contained in:
@ -746,6 +746,9 @@ margin-top:1em;
|
||||
.icon-rss:before {
|
||||
content: "\e808";
|
||||
}
|
||||
.icon-print:before {
|
||||
content: "\e80d";
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Icon selected
|
||||
|
||||
@ -17,6 +17,7 @@ img {
|
||||
|
||||
/* Hide useless blocks */
|
||||
body > header,
|
||||
#article_toolbar,
|
||||
#links,
|
||||
#sort,
|
||||
body > footer,
|
||||
@ -46,3 +47,16 @@ abbr[title]:after {
|
||||
.pagination span.current {
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
#main {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: 0;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#article {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user