mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
a lot of refactoring: tag action is now handled by home view and uses sorting and pagination. Some small view enhacenments. Fix of #476, #461 for baggy and other themes
This commit is contained in:
parent
6203ef8e51
commit
032e0ca13a
15 changed files with 143 additions and 130 deletions
|
@ -217,4 +217,16 @@ a.link span {
|
|||
|
||||
a.bad-display span {
|
||||
background-image: url('../img/solarized/bad-display.png');
|
||||
}
|
||||
|
||||
.arrow-down {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
border-style: solid;
|
||||
border-width: 10px 10px 0 10px;
|
||||
border-color: #93A1A1 transparent transparent transparent;
|
||||
|
||||
position: absolute;
|
||||
margin-top: 1.5em;
|
||||
margin-left: -30px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue