diff options
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; } |