diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-31 20:15:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-31 20:15:18 +0000 |
commit | 0e9723acaf26bc422d0664ab3a6bc65da5849aa7 (patch) | |
tree | 2de399d06c82782010e3f97b00da0074dfd75fef | |
parent | a3260cbb0750572691322d3524084acbd31266cd (diff) |
Sync css with blfs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 { |