Mercurial > hg > xemacs-beta
comparison etc/w3/stylesheet @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 441bb1e64a06 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
81 | 81 |
82 } // @media emacs | 82 } // @media emacs |
83 | 83 |
84 p { display: block } | 84 p { display: block } |
85 pre,xmp { display: block; white-space: pre; } | 85 pre,xmp { display: block; white-space: pre; } |
86 blockquote{ display: block; margin-left: 5; margin-right: 5; } | 86 blockquote{ display: block; margin-left: 5em; margin-right: 5em; } |
87 | 87 |
88 /* | 88 /* |
89 ** How to draw form elements. | 89 ** How to draw form elements. |
90 ** This is an extension in Emacs-W3 (and perhaps soon E-Scape) | 90 ** This is an extension in Emacs-W3 (and perhaps soon E-Scape) |
91 ** Since there are so many different types of input fields, you should be | 91 ** Since there are so many different types of input fields, you should be |
112 ol { display: block; } | 112 ol { display: block; } |
113 dl { display: block; } | 113 dl { display: block; } |
114 dir { display: block; } | 114 dir { display: block; } |
115 menu { display: block; } | 115 menu { display: block; } |
116 dt { font-weight: bold; display: list-item } | 116 dt { font-weight: bold; display: list-item } |
117 dd { display: list-item; margin-left: 5; } | 117 dd { display: list-item; margin-left: 5em; } |
118 li { display: list-item; margin-left: 5; } | 118 li { display: list-item; margin-left: 5em; } |
119 ul li { list-style: circle; } | 119 ul li { list-style: circle; } |
120 ol li { list-style: decimal; } | 120 ol li { list-style: decimal; } |
121 | 121 |
122 /* These are to make nested list items look better */ | 122 /* These are to make nested list items look better */ |
123 ul ul,ol ul,ol ol,ul ol { display: line; } | 123 ul ul,ol ul,ol ol,ul ol { display: line; } |