From bab55927796311a00a1c24851647a6c4d7ca591a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 23 Feb 2005 00:32:28 +0000 Subject: Testing a new way to render the Short Description sections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- stylesheets/lfs.css | 20 ++++++++++++++++++++ stylesheets/xhtml/lfs-mixed.xsl | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index 638ceee34..2e24fdb24 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -190,6 +190,26 @@ dd { padding: 0; } +dd { + margin: 0 0 1em 3em; + padding: 0; +} + +/*testing stuff*/ +table { + width: 98%; + margin-left: 1em; +} + +td { + vertical-align: top; +} + +td span, td p { + margin: 0.3em; +} +/* */ + div.content dt { list-style: none; margin: 0; diff --git a/stylesheets/xhtml/lfs-mixed.xsl b/stylesheets/xhtml/lfs-mixed.xsl index a70098212..3c7e5deb3 100644 --- a/stylesheets/xhtml/lfs-mixed.xsl +++ b/stylesheets/xhtml/lfs-mixed.xsl @@ -34,7 +34,7 @@ - + -- cgit v1.2.3-54-g00ecf