mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Corrected some validation issues in the CSS code.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e7392f22e3
commit
d0eda1b37c
@ -34,11 +34,11 @@ h5, h6 { font-size: 110%; font-style: italic; }
|
|||||||
|
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
div.headertitles h4 {
|
div.headertitles h4 {
|
||||||
margin-bottom: 0px auto;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.headertitles h3 {
|
div.headertitles h3 {
|
||||||
margin-top: 0px auto;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.navheader, div.navfooter {
|
div.navheader, div.navfooter {
|
||||||
@ -168,7 +168,7 @@ div.segmentedlist p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dl.materials dd {
|
dl.materials dd {
|
||||||
margin-left: 0px auto;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Indented blocks */
|
/* Indented blocks */
|
||||||
|
Loading…
Reference in New Issue
Block a user