git.annexia.org
/
cocanwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd286d
)
Don't position editmenu absolutely.
author
rich
<rich>
Mon, 20 Sep 2004 12:37:24 +0000
(12:37 +0000)
committer
rich
<rich>
Mon, 20 Sep 2004 12:37:24 +0000
(12:37 +0000)
html/_css/easyweb.css
patch
|
blob
|
history
diff --git
a/html/_css/easyweb.css
b/html/_css/easyweb.css
index
4c5d2dd
..
df99b7c
100644
(file)
--- a/
html/_css/easyweb.css
+++ b/
html/_css/easyweb.css
@@
-1,5
+1,5
@@
/* Stylesheet for EWM.
- * $Id: easyweb.css,v 1.
3 2004/09/20 12:31:29
rich Exp $
+ * $Id: easyweb.css,v 1.
4 2004/09/20 12:37:24
rich Exp $
*/
/* Based on the standard stylesheet. */
@@
-44,8
+44,7
@@
ul#bottommenu li {
}
ul#editmenu {
- position: absolute;
- top: 20em;
+ margin-top: 4em;
list-style-type: square;
}