Changeset 420f01a
- Timestamp:
- 05/31/2020 06:07:39 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7813f84
- Parents:
- bc9b3e5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbc9b3e5 r420f01a 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "3 0"> <!-- Always 2 digits -->3 <!ENTITY day "31"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 3 0th, &year;">9 <!ENTITY releasedate "May 31st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rbc9b3e5 r420f01a 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Add a style element to css file to make the 49 html navigation header 'sticky' instead of scrolling.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 55 <para>May 30th, 2020</para> 56 <itemizedlist> 57 <listitem> 48 58 <para>[thomas] - Update to xarchiver-0.5.4.15. Fixes 49 59 <ulink url="&blfs-ticket-root;13614">#13614</ulink>.</para> -
stylesheets/lfs-xsl/lfs.css
rbc9b3e5 r420f01a 153 153 div.navheader { 154 154 border-bottom: 1px solid #dbddec; 155 position: sticky; 156 top: 0; 155 157 } 156 158
Note:
See TracChangeset
for help on using the changeset viewer.