Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
optimize for common case where list is not changed
[git.ikiwiki.info.git]
/
doc
/
style.css
diff --git
a/doc/style.css
b/doc/style.css
index 5fb4100324b0c9d5d8d794adfece2caff42a3047..b52c72b6b694913394c77fad256b6b93d565ff5f 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-205,6
+205,9
@@
div.recentchanges {
.archivepagedate {
font-style: italic;
}
+.archivepage {
+ margin-bottom: 1em;
+}
.error {
color: #C00;
@@
-320,6
+323,7
@@
div.progress-done {
.popup .paren,
.popup .expand {
display: none;
+ text-align: left;
}
.popup:hover .balloon,
.popup:focus .balloon {