diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-04-22 20:27:23 +0300 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-04-22 20:27:23 +0300 |
commit | d3607de9297d1af9a788c90b1297e644ce882ca7 (patch) | |
tree | 59f58b4b532cdc79000c414a4db69c4ec478450b /css | |
parent | e858ac27768ae7b5cc1f76d356c66f8872bfc666 (diff) | |
download | wallabag-d3607de9297d1af9a788c90b1297e644ce882ca7.tar.gz wallabag-d3607de9297d1af9a788c90b1297e644ce882ca7.tar.zst wallabag-d3607de9297d1af9a788c90b1297e644ce882ca7.zip |
Update style.css
coquille pour l'affichage des liens sur la page view
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 36ebf85d..b8327c30 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -117,7 +117,7 @@ input[type=submit].delete { | |||
117 | text-align: left; | 117 | text-align: left; |
118 | } | 118 | } |
119 | 119 | ||
120 | #article.tools ul li{ | 120 | #article .tools ul li{ |
121 | display: inline; | 121 | display: inline; |
122 | } | 122 | } |
123 | 123 | ||
@@ -214,4 +214,4 @@ body.article { | |||
214 | .messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; } | 214 | .messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; } |
215 | .messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; } | 215 | .messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; } |
216 | .messages.information p, .messages.info p { background: url(../img/messages/help.png ) no-repeat 0px 50%; color: #064393; } | 216 | .messages.information p, .messages.info p { background: url(../img/messages/help.png ) no-repeat 0px 50%; color: #064393; } |
217 | .messages.information a { text-decoration: underline; } \ No newline at end of file | 217 | .messages.information a { text-decoration: underline; } |