aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs.css
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-08 21:35:55 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-08 21:35:55 +0000
commit4238149d57965726ba357a52f7953727d2cb01bb (patch)
treebfdfdeac47d92a4bb6f3dd2d69421ab6129dc484 /stylesheets/lfs.css
parent85c6cf4d374789e43725dd885d2d84d64000e854 (diff)
Navigational links: back again to use <ul>
and made a proper css code. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r--stylesheets/lfs.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index e7a27ef11..ad39f4cc4 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -5,7 +5,7 @@ body {
text-align: left;
}
-.toc ul, .index ul {
+.toc ul, .index ul,.navheader ul, .navfooter ul {
list-style: none;
}
@@ -28,21 +28,16 @@ body {
.prev {
float : left;
text-align: left;
- /* border : solid 1px #ddd; */
- padding-left: 2em;
}
.next {
float : right;
text-align: right;
- /* border : solid 1px #0dd; */
padding-right: 2em;
}
-.up {
- /* border : solid 1px #ff0; */
+.up, .home {
width : 10em;
- /* background-color: #bbb; */
margin: 0px auto;
}