projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60ed2aa
)
tweak actionvar
author
Joey Hess
<joey@kitenet.net>
Sat, 15 May 2010 03:02:29 +0000
(23:02 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 15 May 2010 03:02:29 +0000
(23:02 -0400)
for visual consistentcy when there are no actions
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 4ea77573ac63f10357687827841cdb064f7888f2..2cd7a9652f983d3601bc11e191bdf26b41f1e5f0 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-29,12
+29,13
@@
nav {
.actions ul {
margin: 0;
- padding: 6px;
+ padding: 6px .4em;
+ height: 1em;
list-style-type: none;
}
.actions li {
display: inline;
- padding: .2em
.4em
;
+ padding: .2em;
}
.pageheader .actions ul {
border-bottom: 1px solid #000;