aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-06-23 14:11:39 -0400
committerJoey Hess <joey@kitenet.net>2013-06-23 14:11:39 -0400
commitb8d65da266e45e81356dcf60b28209b75a437973 (patch)
tree3dfcae1546d02b14ed5ba4de951d0c45d6b5093f /doc
parentc037714b77535c849c8d8ef4807af2b59737a5c5 (diff)
downloadikiwiki-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')
-rw-r--r--doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn2
-rw-r--r--doc/style.css1
-rw-r--r--doc/todo/Calendar:_listing_multiple_entries_per_day_.mdwn2
3 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn b/doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn
index 251cd6d9f..c3ecf36be 100644
--- a/doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn
+++ b/doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn
@@ -17,3 +17,5 @@ and a suitable whilst loop looks to be all that's needed...
Any pointers appreciated.
A [[!taglink patch]] has been proposed in [comment](#comment-d6f94e2b779d1c038b6359aad79ed14b)
+
+> This has been applied. --[[Joey]]
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 {
diff --git a/doc/todo/Calendar:_listing_multiple_entries_per_day_.mdwn b/doc/todo/Calendar:_listing_multiple_entries_per_day_.mdwn
index 94a4f1577..ba01790b3 100644
--- a/doc/todo/Calendar:_listing_multiple_entries_per_day_.mdwn
+++ b/doc/todo/Calendar:_listing_multiple_entries_per_day_.mdwn
@@ -90,3 +90,5 @@ Regards,
}
.popup:hover .balloon,
.popup:focus .balloon {
+
+> [[applied|done]] --[[Joey]]