Mercurial > hg > xemacs-beta
diff etc/w3/stylesheet @ 144:318232e2a3f0 r20-2b6
Import from CVS: tag r20-2b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:34:14 +0200 |
parents | 6608ceec7cf8 |
children | 5a88923fcbfe |
line wrap: on
line diff
--- a/etc/w3/stylesheet Mon Aug 13 09:33:20 2007 +0200 +++ b/etc/w3/stylesheet Mon Aug 13 09:34:14 2007 +0200 @@ -57,11 +57,13 @@ font-weight : bold; } +@media xemacs { h1 { font-size : +12pt } h2 { font-size : +6pt } h3 { font-size : +4pt } h5 { font-size : -2pt } h6 { font-size : -4pt } +} /* This causes problems with Emacs 19 */ @media xemacs { @@ -108,6 +110,7 @@ input:int, input:float, input:url, +input:password, input:text { text-decoration: underline; } input:submit { color: green; text-decoration: none; } input:reset { color: red; text-decoration: none; }