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:
288535f
)
Override default negative left margin in standard.css.
author
rich
<rich>
Sun, 17 Oct 2004 21:14:13 +0000
(21:14 +0000)
committer
rich
<rich>
Sun, 17 Oct 2004 21:14:13 +0000
(21:14 +0000)
html/_css/editor.css
patch
|
blob
|
history
diff --git
a/html/_css/editor.css
b/html/_css/editor.css
index
af67ca0
..
8541023
100644
(file)
--- a/
html/_css/editor.css
+++ b/
html/_css/editor.css
@@
-1,11
+1,16
@@
/* Stylesheet for COCANWIKI editor, derived from EWM.
- * $Id: editor.css,v 1.
1 2004/09/07 10:14:08
rich Exp $
+ * $Id: editor.css,v 1.
2 2004/10/17 21:14:13
rich Exp $
*/
body {
margin-top: 4em;
}
+/* Override default negative left margin in standard.css */
+h2, h3, h4 {
+ margin-left: 0px;
+}
+
p.insert {
text-align: center;
}