1
0
mirror of https://github.com/php/web-php.git synced 2026-04-23 06:58:14 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Mehdi Achour 8627112000 display the copyright text in one line (problem with IE) 2003-10-15 11:56:54 +00:00
Gabor Hojtsy e577e011f5 Try to modify the positioning context so IE and Opera will
understand that that clear:none; does not mean: "clear all
floats around regardless of context"
2003-10-11 13:58:04 +00:00
Gabor Hojtsy 15a3569f40 Quickfixing #25712. Will need to look into this problem deeper later. 2003-10-01 17:02:38 +00:00
Gabor Hojtsy 771c52cafb Add left sidebar toc and manual navbar styles 2003-09-27 17:44:46 +00:00
Gabor Hojtsy 070d9183c4 Set the default list item type to square which fits our general style
(ie. the images used on the manual pages) perfectly.

Also add the md5sum style for the downloads page, add left aligned
standard table headers, and highlighted cell styles.
2003-09-20 15:23:27 +00:00
Gabor Hojtsy 46867ecca8 Provide proper margins for elements in the sidebar. 2003-09-16 21:53:38 +00:00
Gabor Hojtsy 855139905a Use a list instead of styled div for the manual TOC layout, because
- 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.
2003-09-13 12:26:46 +00:00
Gabor Hojtsy da655423af Support the tip class on p too 2003-09-12 14:30:16 +00:00
Gabor Hojtsy e229929bcd Comment out the max rules for now 2003-09-11 19:05:01 +00:00
Gabor Hojtsy f1f790133e Back to using a margin instead of floating everything. We will have
a different fix for IE...
2003-08-31 11:41:50 +00:00
Gabor Hojtsy e4446cb8ef Make IE happier with floating the whole content instead of leaving
it in its original positioning. This solves the "IE 3px bug" for us.
Tested to work in Mozilla 1.3/Win, IE6/Win and Opera 7.11/Win.
2003-08-24 13:24:39 +00:00
Gabor Hojtsy 2bf57ec5bd Fix margin displayed by Opera and IE for this simple list 2003-08-24 12:50:56 +00:00
Gabor Hojtsy a07a7a55aa Fix comments refering to JS to refer to the mirror specific CSS instead 2003-08-24 12:17:42 +00:00
Gabor Hojtsy 455ecb74e3 Move searchbar style file to the general styles folder and
get favicon and CSS from the static server on PHP.net
2003-08-24 12:05:12 +00:00
Gabor Hojtsy c7919b20c0 Put CSS and JS to their own place, and stop using JS for constant
styling. Use mirror specific style sheets instead which will be cached,
and applied faster than JS, and also work with JS disabled browsers.
2003-08-24 11:45:54 +00:00
jim winstead 5d71f7aa60 revert style patch. does not play nicely with the caching.
just give it a rest!
2002-01-30 16:31:40 +00:00
James Cox a0c33c08df ok, lets trial this out. to solve the problem everyone has with fonts (in that, everyone likes their own font, etc), i've added some functionality to specify default fonts / styles.... so it'll lay everything out depending on what your have in your cookie, with verdana being the default style. 2002-01-30 06:45:46 +00:00