mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
5d2810f3a0
@ -41,6 +41,15 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Shadow</title>
|
||||
|
||||
<important>
|
||||
<para>
|
||||
If you've installed Linux-PAM, you should follow
|
||||
<ulink url='&blfs-book;postlfs/shadow.xml'>the BLFS shadow
|
||||
page</ulink> instead of this page to build (or, rebuild or upgrade)
|
||||
Shadow.
|
||||
</para>
|
||||
</important>
|
||||
|
||||
<note>
|
||||
<para>If you would like to enforce the use of strong passwords, refer to
|
||||
<ulink url="&blfs-book;postlfs/cracklib.html"/> for installing
|
||||
|
@ -123,7 +123,7 @@ a:active { color: #6b77b1 ! important;}
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.book h1, .book .authorgroup, .book .copyright, .book .legalnotice .revhistory {
|
||||
/*.book h1,*/ .book .authorgroup, .book .copyright, .book .legalnotice .revhistory {
|
||||
background: #f5f6f7;
|
||||
margin: 0px auto;
|
||||
padding: .1em 1em;
|
||||
@ -188,6 +188,10 @@ h1 {
|
||||
.book h1 {
|
||||
margin: 0;
|
||||
padding: 0.4em;
|
||||
background: #f5f6f7;
|
||||
border-top: .2em solid #dbddec;
|
||||
border-bottom: .2em solid #dbddec;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1.title sup {
|
||||
@ -198,7 +202,7 @@ h2 {
|
||||
font-size: 144%;
|
||||
}
|
||||
|
||||
.preface h2, .part h1, .chapter h2, .appendix h2, .index h1, .sect1 h2 {
|
||||
.preface h2, .part h1, .chapter h2, .appendix h2, .index h1, .sect1 h2, .part h2 {
|
||||
background: #f5f6f7;
|
||||
border-top: .2em solid #dbddec;
|
||||
border-bottom: .2em solid #dbddec;
|
||||
|
Loading…
Reference in New Issue
Block a user