Skip to content

Commit 18f55ac

Browse files
committed
Properly recommit 5cab9b0.
This time, without the extraneous whitespace changes.
1 parent e3579bb commit 18f55ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stylesheets/tipsy.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
2-
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
2+
.tipsy-inner { background-color: #000; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
3+
.tipsy-inner > a { display: block; color: #FFF; }
34

45
/* Rounded corners */
56
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

0 commit comments

Comments
 (0)