Author: bdubbs
Date: Sun May 31 11:07:39 2020
New Revision: 23222
Log:
Add a style element to css file to make the
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/stylesheets/lfs-xsl/lfs.css
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun May 31 03:22:19 2020 (r23221)
+++ trunk/BOOK/general.ent Sun May 31 11:07:39 2020 (r23222)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "30"> <!-- Always 2 digits -->
+<!ENTITY day "31"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "May 30th, &year;">
+<!ENTITY releasedate "May 31st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun May 31 03:22:19
2020 (r23221)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun May 31 11:07:39
2020 (r23222)
@@ -45,6 +45,16 @@
<para>May 30th, 2020</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Add a style element to css file to make the
+ html navigation header 'sticky' instead of scrolling.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>May 30th, 2020</para>
+ <itemizedlist>
+ <listitem>
<para>[thomas] - Update to xarchiver-0.5.4.15. Fixes
<ulink url="&blfs-ticket-root;13614">#13614</ulink>.</para>
</listitem>
Modified: trunk/BOOK/stylesheets/lfs-xsl/lfs.css
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/lfs.css Sun May 31 03:22:19 2020
(r23221)
+++ trunk/BOOK/stylesheets/lfs-xsl/lfs.css Sun May 31 11:07:39 2020
(r23222)
@@ -152,6 +152,8 @@
div.navheader {
border-bottom: 1px solid #dbddec;
+ position: sticky;
+ top: 0;
}
div.navfooter {
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page