diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ aside { width: 220px; } #log .h3 { background-color: antiquewhite; padding-top:2px; padding-bottom:2px; text-align: center; } #log .b { text-transform: uppercase; } -#log .tip { color: blue; text-decoration: dotted underline; } +#log .tip { color: blue; } +#log .tip:hover { text-decoration: underline; } #log .indent { padding-left: 12px; |