24/10-07 Changed back to cursor:pointer for all input elements. Added an expression in the IE css to remove it for text inputs instead. Resorted to generic serif and sans-serif fonts. Added a "disabled" section. See http://monc.se/kitchen/140/disabling-deprecated-html-using-css. Disabling deprecated HTML! Moved border-collapse:collapse for tables to the .content section Removed padding for anchors - confusing cascade -------------------------------------------------- 7/11-07 Removed .content a{position:relative} Added input[type='password'] to borders & background for input fields Moved text colors outside .content and removed the :link pseudonym for less specicifity -------------------------------------------------- 24/10-07 The BETA is on it's way! -------------------------------------------------- 4/10-07 Changed cursor:pointer to address all input buttons for IE compability -------------------------------------------------- 22/9-07 added: input[type='hidden'] { display:none; } -------------------------------------------------- 12/9-07 Changed focus border color to light grey instead of yellow Removed all "special" styling for lists - resorted to default bullets in all browsers. Added a bold font weight to definition list titles as default -------------------------------------------------- 9/9-07 Added the following: pre * { font-size: 100%; white-space: pre; } -------------------------------------------------- 5/9-07 **** Thank you Steve (http://stevehoelzer.dyndns.org) for many of these bug reports **** Added text-decoration:underline to the global a:* element and removed it in .content Added the following: .content ol li { text-indent: 0; margin-left: 0;} .content ol li:before { content: ''; } To remove dots in ordered lists inside unordered lists. Added the big tag (125%) Changed blockquotes from *:first-child to > * to allow several children inside blockquotes. -------------------------------------------------- 27/8.07 Removed bottom margins for nested lists -------------------------------------------------- 23/8-07 Added white-space: pre to the
 element, since the reset file also resets white-space now.

Added input[type='password'] to mono-spaced fonts

Added input[type='password'] to cursor: text

Added the following:
.content ul li > *:first-child { display: inline; }
.content ul li ul:first-child, .content ul li ol:first-child { display: block; }
To prevent line-breaks directly after the dot in unordered lists (standard browsers)

Changed html[lang|='en'] to *[lang|='en'] in safari quotes

--------------------------------------------------

17/8-07

Added the