diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-23 08:30:48 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-23 08:30:48 +0200 |
commit | e682978e5b5da7c40ffd3854bd35e2d4e28dcdc8 (patch) | |
tree | 69bfdf8ddbc09467be830274f434190b42979aa1 | |
parent | 176d733a445cebe6160633494f9b88dca41223d0 (diff) | |
download | wallabag-e682978e5b5da7c40ffd3854bd35e2d4e28dcdc8.tar.gz wallabag-e682978e5b5da7c40ffd3854bd35e2d4e28dcdc8.tar.zst wallabag-e682978e5b5da7c40ffd3854bd35e2d4e28dcdc8.zip |
Revert "Update style.css"
This reverts commit 176d733a445cebe6160633494f9b88dca41223d0.
-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 b8327c30..36ebf85d 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; } | 217 | .messages.information a { text-decoration: underline; } \ No newline at end of file |