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
passwordauth: prevent authentication bypass via multiple name parameters
[git.ikiwiki.info.git]
/
doc
/
style.css
diff --git
a/doc/style.css
b/doc/style.css
index 35a133198afc470668629b842f58679195852011..6e2afce66b97075614b067991833ed578b8b195f 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-275,6
+275,7
@@
div.progress-done {
@media print {
.actions { display: none; }
.tags { display: none; }
@media print {
.actions { display: none; }
.tags { display: none; }
+ .trails { display: none; }
.feedbutton { display: none; }
#searchform { display: none; }
.blogform, #blogform { display: none; }
.feedbutton { display: none; }
#searchform { display: none; }
.blogform, #blogform { display: none; }
@@
-502,6
+503,10
@@
a.openid_large_btn:focus {
background: url(ikiwiki/images/pbar-ani.gif);
}
background: url(ikiwiki/images/pbar-ani.gif);
}
+.trails {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
.trail {
display: block;
clear: both;
.trail {
display: block;
clear: both;