diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 13:00:39 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 13:00:39 +0000 |
commit | a4053b5ba2f039f90fed570bffa9ea6e5cba0ff0 (patch) | |
tree | b1688a967de247b2a2593bfcd6078dce764e2d6d | |
parent | a0d9193fa6e34003327ea10e16e9c48ff0d49210 (diff) |
Slightly modify lfs.css so that the Dependencies page renders Ok on epiphany
with default fonts
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 7f2cf1c1c..1c6b1ca71 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -433,7 +433,7 @@ div.materials dd { .segtitle { float: left; padding-left: 1em; - width: 14em; + width: 14.5em; } .content .segtitle { |