diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-01 12:21:38 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-01 12:21:38 +0000 |
commit | 4f3e4e369a9dacb51919455c56b6c1e1c775a15f (patch) | |
tree | c8c45f76e7a7f0d2b3db00c115629354bfcaec3d /stylesheets/lfs-xsl | |
parent | caca15ff94b1c80f1b3209b4e8b0248ead7b01b6 (diff) |
Update to upstream r11885
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-xsl')
-rw-r--r-- | stylesheets/lfs-xsl/lfs.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index e57f424c6..15ceba1ef 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -162,6 +162,8 @@ div.navheader, div.navfooter { div.navheader { border-bottom: 1px solid #dbddec; + position: sticky; + top: 0; } div.navfooter { |