[MKDoc-commit] Fix for large font sizes

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Tue May 24 11:20:03 BST 2005


Log Message:
-----------
Fix for large font sizes

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.32
retrieving revision 1.1.2.33
diff -Lskin/public.css -Lskin/public.css -u -r1.1.2.32 -r1.1.2.33
--- skin/public.css
+++ skin/public.css
@@ -91,6 +91,7 @@
 div.header {
   padding: 0em;
   border: 0em;
+  overflow: hidden;
 }
 /* the content div and the following sidebar div do the two col layout */
 div.content {
@@ -134,7 +135,7 @@
   margin: 0em;
   padding-left: 1em;
   padding-right: 1em;
-  padding-bottom: 0.5em;
+  padding-bottom: 0.1em;
   clear: both;
 }
 div.search form p {
@@ -246,4 +247,3 @@
 input[type=submit] {
   font-weight: bold;
 }
-


More information about the MKDoc-commit mailing list