comparison etc/w3/stylesheet @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents a145efe76779
children 7d55a9ba150c
comparison
equal deleted inserted replaced
115:f109f7dabbe2 116:9f59509498e1
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; }