Merge branch 'dev' of git://github.com/mariroz/wallabag into dev

This commit is contained in:
Nicolas Lœuillet
2014-02-21 13:44:30 +01:00
15 changed files with 143 additions and 130 deletions

View File

@ -217,4 +217,16 @@ a.link span {
a.bad-display span {
background-image: url('../img/solarized-dark/bad-display.png');
}
.arrow-down {
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #586E75 transparent transparent transparent;
position: absolute;
margin-top: 1.5em;
margin-left: -30px;
}