Mercurial > wiki
diff wiki.css @ 0:2e5a6f077df2
Origination
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 01 Feb 2009 12:17:08 -0800 |
parents | |
children | dd457cc7c596 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wiki.css Sun Feb 01 12:17:08 2009 -0800 @@ -0,0 +1,18 @@ +body { + font-family: palatino, georgia, verdana, arial, sans-serif; + font-size: 10pt; + text-align: center; +} + +#content { + width: 640px; + text-align: left; + margin: 0 auto; +} + +.wikiedit { + font-family: monaco, andale mono, lucidatypewriter, courier, + courier new, monospace; + font-size: 10pt; + width: 640px; +}