From 0179e9286416ae038e7a2e87c54e355651efb1d2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 23 May 2017 00:17:41 +0300 Subject: juick-www: fix some css warnings --- juick-www/src/main/static/style.css | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 4fda41df..d3e47dd1 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -313,7 +313,6 @@ article .tags>a, .msg-tags>a { background: url("menu.png") no-repeat; display: block; height: 16px; - vertical-align: top; width: 16px; } .msg-ts, article .t { @@ -415,18 +414,18 @@ q { margin: 10px 0 10px 10px; padding-left: 10px; } -#mtoolbar { +.toolbar { background: #E5E5DD; border-top: 1px solid #CCC; width: 680px; } -#mtoolbar ul, #mtoolbar a { +.toolbar ul, .toolbar a { padding: 5px; } -#mtoolbar li { +.toolbar li { display: inline; } -#mtoolbar div { +.toolbar div { background: url("toolbar-icons.png") no-repeat; display: inline-block; height: 16px; @@ -541,26 +540,6 @@ q { margin-right: 5px; vertical-align: middle; } -#ctoolbar { - background: #E5E5DD; - line-height: 0; - margin: 10px 0; - padding: 5px; -} -#ctoolbar li { - display: inline; -} -#ctoolbar a { - padding: 5px 10px; -} -#ctoolbar div { - background: url("toolbar-icons.png") no-repeat; - display: inline-block; - height: 16px; - margin: 5px 0; - vertical-align: middle; - width: 16px; -} #ustats li { font-size: 10pt; margin: 3px 0; @@ -775,7 +754,7 @@ fieldset { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } - body,body>header,#topwrapper,#content,#footer,#mtoolbar { + body,body>header,#topwrapper,#content,#footer,.toolbar { float: none; margin: 0 auto; min-width: 310px; -- cgit v1.2.3