source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Some default styles for lists.
Date: Thu, 16 Dec 2010 18:23:34 -0500 (EST)	[thread overview]
Message-ID: <201012162323.oBGNNYiD015948@krisdoz.my.domain> (raw)

Log Message:
-----------
Some default styles for lists.  Needs more testing, but seems safe
enough.

Modified Files:
--------------
    mdocml:
        example.style.css

Revision Data
-------------
Index: example.style.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/example.style.css,v
retrieving revision 1.26
retrieving revision 1.27
diff -Lexample.style.css -Lexample.style.css -u -p -r1.26 -r1.27
--- example.style.css
+++ example.style.css
@@ -95,7 +95,7 @@ dd.list-inset	{ }
 
 dl.list-ohang	{ }
 dt.list-ohang	{ }
-dd.list-ohang	{ }
+dd.list-ohang	{ margin-left: 0em; }
 
 dl.list-tag	{ }
 dt.list-tag	{ }
@@ -105,17 +105,17 @@ table.list-col	{ }
 tr.list-col	{ }
 td.list-col	{ }
 
-ul.list-bul	{ }
+ul.list-bul	{ list-style-type: disc; padding-left: 1em; }
 li.list-bul	{ }
 
-ul.list-dash	{ }
-li.list-dash	{ }
+ul.list-dash	{ list-style-type: none; padding-left: 0em; }
+li.list-dash:before { content: "\2014  "; }
 
-ul.list-hyph	{ }
-li.list-hyph	{ }
+ul.list-hyph	{ list-style-type: none; padding-left: 0em; }
+li.list-hyph:before { content: "\2013  "; }
 
-ul.list-item	{ }
+ul.list-item	{ list-style-type: none; padding-left: 0em; }
 li.list-item	{ }
 
-ol.list-enum	{ }
+ol.list-enum	{ padding-left: 2em; }
 li.list-enum	{ }
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2010-12-16 23:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201012162323.oBGNNYiD015948@krisdoz.my.domain \
    --to=kristaps@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).