diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-24 19:12:15 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-24 19:12:15 +0000 |
commit | ce508e343458cd75c8fc346f14f1960cfa25b8ae (patch) | |
tree | 8f8137c613752d1482d7798234f5089280cdb179 /stylesheets | |
parent | 8f970960054d610b00d5858e0a0e89c24a49795e (diff) |
CSS correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index 5bf7cc745..46a2216a6 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -196,7 +196,7 @@ dd { } table { - width: 98%; + width: auto; margin-left: 1em; } |