From 3491172474476fdbe86c4f008782a23c60cda9c7 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 19 2010 02:26:23 +0000 Subject: Update Texi2html/common.css default design model to remove colon after dl dt definition. If they are present, it is hard to use list without them. Otherwise, if we remove them we can use dl dt definitions with and without colons. So remove it from css definitions. If you want to use colons after dl dt say so inside html definition when building the list. --- diff --git a/Identity/Models/Css/Texi2html/common.css b/Identity/Models/Css/Texi2html/common.css index 415c738..908f754 100755 --- a/Identity/Models/Css/Texi2html/common.css +++ b/Identity/Models/Css/Texi2html/common.css @@ -394,7 +394,7 @@ dl dt { } dl dt:after { - content: ": " + content: none } dl dd {