mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Update style.css
coquille pour l'affichage des liens sur la page view
This commit is contained in:
parent
e858ac2776
commit
d3607de929
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ input[type=submit].delete {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#article.tools ul li{
|
#article .tools ul li{
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -214,4 +214,4 @@ body.article {
|
||||||
.messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; }
|
.messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; }
|
||||||
.messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; }
|
.messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; }
|
||||||
.messages.information p, .messages.info p { background: url(../img/messages/help.png ) no-repeat 0px 50%; color: #064393; }
|
.messages.information p, .messages.info p { background: url(../img/messages/help.png ) no-repeat 0px 50%; color: #064393; }
|
||||||
.messages.information a { text-decoration: underline; }
|
.messages.information a { text-decoration: underline; }
|
||||||
|
|
Loading…
Reference in a new issue