smarten up the tooltip
[p5sagit/Devel-Size.git] / static / public / css / base.css
index dafd35e..1b08135 100644 (file)
@@ -109,6 +109,8 @@ a {
 .tip {
     color: #111;
     width: 139px;
+    text-align: left;
+    white-space: pre;
     background-color: white;
     border:1px solid #ccc;
     -moz-box-shadow:#555 2px 2px 8px;
@@ -120,4 +122,4 @@ a {
     font-size:10px;
     font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
     padding:7px;
-}
\ No newline at end of file
+}