Specified max width in em instead of px to support font scaling
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 3 Dec 2010 01:12:11 +0000 (01:12 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 3 Dec 2010 01:12:11 +0000 (01:12 +0000)
resources/jquery.tipsy/jquery.tipsy.css

index ea0b39f..5d30f78 100644 (file)
@@ -8,8 +8,8 @@
        background-color: #e8f2f8;
        border: solid 1px #a7d7f9;
        color: black;
-       max-width: 200px;
-       text-align: center;
+       max-width: 15em;
+       text-align: left;
 }
 .tipsy-inner {
        border-radius: 3px;