瀏覽代碼

avoid margin & padding in li

Nicolas Petton 14 年之前
父節點
當前提交
810ca37c26
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      css/jtalk.css

+ 7 - 0
css/jtalk.css

@@ -6,6 +6,7 @@ body.jtalkBody {
     position: fixed;
     font-family: helvetica,arial,sans;
     font-size: 12px;
+    line-height: 1;
     background: white;
     z-index: 1;
     bottom: 0;
@@ -26,6 +27,7 @@ body.jtalkBody {
     border: 1px solid #acacac;
     cursor: pointer;
     line-height: 14px;
+    margin: 0;
 }
 
 #jtalkTabs li.selected {
@@ -108,6 +110,11 @@ body.jtalkBody {
 .jtalkTool .important {
     font-weight: bold;
 }
+
+.jtalkTool li {
+    margin: 0;
+    padding: 0;
+}
     
 .jtalkTool .jt_buttons button,
 .jtalkTool .jt_buttons select {