From ca02613a83343f94721ccc1dfd7887fc4eb1e56b Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 6 Jan 2008 15:13:43 +0000 Subject: [PATCH] asciidoc nearly ready --- locale/en-US/asciidoc.conf | 10 ++-------- locale/en-US/motion.txt | 11 ++--------- locale/en-US/xhtml11.css | 8 ++++++++ 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/locale/en-US/asciidoc.conf b/locale/en-US/asciidoc.conf index c17890ed..93b9b709 100644 --- a/locale/en-US/asciidoc.conf +++ b/locale/en-US/asciidoc.conf @@ -28,14 +28,8 @@ HEADER=image:chrome://vimperator/content/logo_white.png[Vimperator] (?su)(?.+?)\|(?!\+)=atag [tag-inlinemacro] - - -{target} - +{target} [atag-inlinemacro] - - -{target} - +{target} diff --git a/locale/en-US/motion.txt b/locale/en-US/motion.txt index 741fbc9c..d5d29b81 100644 --- a/locale/en-US/motion.txt +++ b/locale/en-US/motion.txt @@ -12,15 +12,6 @@ VIMperator :)* This is the optional preamble (an untitled section body). Useful for writing simple sectionless documents consisting only of a preamble. -// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -// -// -// asciidoc -// foo -// bar -// -// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - atag:abstract[] tag:beginning[] anchor:foo[] @@ -86,6 +77,8 @@ AsciiDoc configuration. footnote:[A second example footnote.] +atag:second[] atag:another[] atag:really[] atag:g[] + The Second Section ------------------ Article sections are at level 1 and can contain sub-sections nested up diff --git a/locale/en-US/xhtml11.css b/locale/en-US/xhtml11.css index aaa9a74a..479eec77 100644 --- a/locale/en-US/xhtml11.css +++ b/locale/en-US/xhtml11.css @@ -266,3 +266,11 @@ div.table p.title @media print { div.navheader, div.navfooter { display: none; } } + +/* my additions */ +span.tag { + font-weight: bold; + color: rgb(255, 0, 255); /* magenta */ + padding-left: 15px !important; + float: right; +}