mirror of
https://github.com/php/web-php.git
synced 2026-03-31 19:52:29 +02:00
- this is semantically correct - this uses *much* less markup - looks better in downlevel browsers (eg. NN4) Also make the TOC link list appear in the normal font size of the sidebar (which is a bit bigger then what is currently used, and easier to read). It is still reasonably small IMHO.
19 lines
500 B
CSS
19 lines
500 B
CSS
/* TOC elements on manual pages ------------------------------------------- */
|
|
ul#manualtoc li {
|
|
background-image: url(/images/box-0.gif);
|
|
}
|
|
ul#manualtoc li.up {
|
|
background-image: url(/images/caret-u.gif);
|
|
}
|
|
ul#manualtoc li.home {
|
|
background-image: url(/images/caret-t.gif);
|
|
}
|
|
ul#manualtoc li.active {
|
|
background-image: url(/images/box-1.gif);
|
|
}
|
|
|
|
/* Left sidebar background ------------------------------------------------ */
|
|
#layout_2, #layout_3 {
|
|
background-image: url(/images/leftbar.png);
|
|
}
|