diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-09 23:10:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-09 23:10:16 +0000 |
commit | 79524a0c69fd6f6f1fa86086b86d52328af17750 (patch) | |
tree | 3d1d7c3a2b92713fa354d9970d302f7ec8d1bdc0 /stylesheets | |
parent | ee714d385e3f3b943e3fa4407847cfdeb8a435f7 (diff) |
Text updates for cross2 Chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs-xsl/lfs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index 15ceba1ef..23d461304 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -342,7 +342,7 @@ div.important em, div.warning em, div.caution em { margin-bottom: .3em; } -.table table { +.table table, .informaltable { margin-left: auto; margin-right: auto; } |