Added support for @xml:lang and blockquote@cite to Maruku.

Added Javascript styling for blockquote@cite.
This commit is contained in:
Jacques Distler 2007-02-13 03:25:05 -06:00
parent d4b947462b
commit f896f8fbdc
4 changed files with 29 additions and 3 deletions

View file

@ -15,6 +15,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="<%= @robots_metatag_value %>" />
<%= javascript_include_tag 'page_helper' %>
<style type="text/css">
h1#pageName, .newWikiWord a, a.existingWikiWord, .newWikiWord a:hover, #TextileHelp h3 {
color: #<%= @web ? @web.color : "393" %>;