Bryan Kadzban wrote:
Bruce Dubbs wrote:
These are the svn changes before commit (? files need to be added):
M stylesheets/lfs-xsl/chunk-slave.xsl
M stylesheets/lfs-xsl/lfs-print.css
M stylesheets/lfs-xsl/lfs.css
I'd be interested in seeing those diffs. Not to comment on them, just to see
how this was done.
I suspect a branch is too much overhead, but if you have them viewable
somewhere, that'd be good.
http://anduin.linuxfromscratch.org/~bdubbs/lfs-book-test/index.html
I like the behavior. I'm surprised the positioning can do that (move the box
based on the window width, is what it looks like it's doing) without any
scripting, but I assume it's a CSS3 (or later?) thing that I've just never
seen before.
http://anduin.linuxfromscratch.org/~bdubbs/lfs-book-test/stylesheets/lfs.css
I wasn't familiar with it either. but see the sections like:
@media(max-width:1220px) and (min-height:550px){
div.sect1, div.appendix, div.wrap, div.chapter,
div.part,div.preface,div.legalnotice,div.dedication,div.index,.book
.titlepage,.book .toc {
margin:0 auto;
}
}
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page