diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-23 14:11:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-23 14:11:39 -0400 |
commit | b8d65da266e45e81356dcf60b28209b75a437973 (patch) | |
tree | 3dfcae1546d02b14ed5ba4de951d0c45d6b5093f /doc/style.css | |
parent | c037714b77535c849c8d8ef4807af2b59737a5c5 (diff) | |
download | ikiwiki-b8d65da266e45e81356dcf60b28209b75a437973.tar ikiwiki-b8d65da266e45e81356dcf60b28209b75a437973.tar.gz |
calendar: When there are multiple pages for a given day, they're displayed in a popup on mouseover. Thanks, Louis
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 424d43816..b52c72b6b 100644 --- a/doc/style.css +++ b/doc/style.css @@ -323,6 +323,7 @@ div.progress-done { .popup .paren, .popup .expand { display: none; + text-align: left; } .popup:hover .balloon, .popup:focus .balloon { |