From 9cf0b504f16a0ef0fc17cef4073deb68af5d14b8 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Thu, 1 Feb 2007 03:39:21 -0600 Subject: [PATCH] Stylesheet tweaks. Edited Markdown+itex2MML Help --- app/views/markdownMML_help.rhtml | 8 +++++--- public/stylesheets/instiki.css | 7 +++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app/views/markdownMML_help.rhtml b/app/views/markdownMML_help.rhtml index 6a29a158..5b9e1631 100644 --- a/app/views/markdownMML_help.rhtml +++ b/app/views/markdownMML_help.rhtml @@ -1,13 +1,15 @@ -

Markdown + itex2MML formatting tips (advanced)

+

Markdown+itex2MML formatting tips (basics, extended syntax, metadata)

+

For a complete list of LaTeX commands supported here, see the itex2MML Commands Summary.

+ + + -
_your text_your text
**your text**your text
`my code`my code
* Bulleted list
* Second item
• Bulleted list
• Second item
1. Numbered list
1. Second item
1. Numbered list
2. Second item
Definition list
: is useful
Definition list
is useful
[link name](URL)link name
![Alt text](URL)Image
## Header ##
### Subheader ###
#### Etc. ####
Header
Subheader
Etc.
***Horizontal ruler
<http://url>
<email@add.com>
Auto-linked
![Alt text](URL)Image
-

For a complete list of LaTeX commands supported here, see the itex2MML Commands Summary.

diff --git a/public/stylesheets/instiki.css b/public/stylesheets/instiki.css index f47bb065..71637579 100644 --- a/public/stylesheets/instiki.css +++ b/public/stylesheets/instiki.css @@ -7,18 +7,17 @@ line-height:1.3em; } #Container { -float:none; -margin:0 15%; +margin:0 10px; text-align:center; } #Content { border-top:none; -float:left; -margin:0; +margin:auto; padding:0.3em; text-align:left; width:100%; +max-width:55em; } a:visited {