diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css index f4e6e3c..7bf54c7 100644 --- a/html/style.css +++ b/html/style.css @@ -2,6 +2,14 @@ a { color: blue; } +tr:hover { + background: #EEE; +} + +td { + vertical-align: top; +} + .ja { text-align: center; font-size: 2em; |