1
0
Quellcode durchsuchen

avoid margin & padding in li

Nicolas Petton vor 14 Jahren
Ursprung
Commit
810ca37c26
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  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 {