[CentOS-docs] formatting parameters

Alain Reguera Delgado

alain.reguera at gmail.com
Thu Aug 28 14:40:12 UTC 2008


On 8/25/08, Marcus Moeller <mm at gcug.de> wrote:
...
>
> http://wiki.centos.org/TipsAndTricks/KickStart
>
> Note the difference between the --resolvedeps and the --excludedocs
> description.

The following diff may fix it ...

Index: common.css
===================================================================
--- common.css  (revision 1383)
+++ common.css  (revision 1392)
@@ -55,8 +55,8 @@
        margin-bottom: 0;
        }

-dd p {
-       margin: 0.25em 0;
+dd > p {
+       margin: 0 !important;
        }

 a, img, img.drawing {

This patch was applied ... thanks for report it Marcus.

Note: Removing the p tag which appears inside dd when angular brackets
have place in it may be a better approach, if there is not other
application for it to exist.

Cheers,
al.



More information about the CentOS-docs mailing list