[MKDoc-commit] [1.6] CSS changes for document-description dd's

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Thu Dec 15 11:54:47 GMT 2005


Log Message:
-----------
[1.6] CSS changes for document-description dd's

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/skin:
        public.css

-------------- next part --------------
Index: public.css
===================================================================
RCS file: /var/spool/cvs/mkd/skin/Attic/public.css,v
retrieving revision 1.1.2.43
retrieving revision 1.1.2.44
diff -Lskin/public.css -Lskin/public.css -u -r1.1.2.43 -r1.1.2.44
--- skin/public.css
+++ skin/public.css
@@ -205,9 +205,9 @@
 ul.sitemap tt {
   font-size: large;
 }
-dl.sitemap-item dd p {
-  margin: 0em;
-  padding: 0em;
+dl.sitemap-item {
+  margin-top: 0em;
+  margin-bottom: 0em;
 }
 
 /* This is for the bars on the poll results page */
@@ -265,15 +265,6 @@
   border-style: solid;
   font-size: smaller;
 }
-dl.sitemap-item {
-  margin-top: 0em;
-  margin-bottom: 0em;
-}
-dl.sitemap-item dt {
-  font-weight: normal;
-  padding-bottom: 0em;
-  padding-top: 0em;
-}
 div.comment {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
@@ -285,7 +276,8 @@
   overflow: hidden;
 }
 
-div.headlines dd.document p {
+/* Document descriptions within dd's */
+dd.document-description p {
   margin-top: 0em;
   margin-bottom: 0em;
 }


More information about the MKDoc-commit mailing list