From 39ac890912667dca69bddea99e8402425c6c856e Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 13 May 2007 10:01:17 +0000 Subject: Small changes to fix Index look. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8129 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/linux-headers.xml | 7 ++++--- stylesheets/lfs.css | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 0ca639185..d345736f6 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -62,7 +62,7 @@ make INSTALL_HDR_PATH=/usr headers_install Installed headers - /usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h + /usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h @@ -72,11 +72,12 @@ make INSTALL_HDR_PATH=/usr headers_install - /usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h + /usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h The Linux API headers - /usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h + + /usr/include/{asm{,-generic},linux,mtd,rdma,sound} diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index 56ea50f62..ba6b315dd 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -119,13 +119,13 @@ div.toc ul li h3, div.toc ul li h4 { } .item { - width: 17em; + width: 26em; float: left; } .secitem { font-weight: normal; - width: 16em; + width: 25em; float: left; } -- cgit v1.2.3-54-g00ecf