source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Some default styles for lists.
@ 2010-12-16 23:23 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-12-16 23:23 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-16 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-16 23:23 mdocml: Some default styles for lists kristaps

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).