Changeset 228
- Timestamp:
- 06/10/05 05:45:39 (8 years ago)
- Files:
-
- 1 modified
-
trunk/examples/full_example-menu.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/full_example-menu.html
r212 r228 17 17 <link rel="stylesheet" href="full_example.css" /> 18 18 <style type="text/css"> 19 label { display:block; } 19 form, p {margin: 0px; padding: 0px;} 20 label { display:block;} 20 21 </style> 21 22 </head> … … 117 118 </label> 118 119 120 <label> 121 <input type="checkbox" name="plugins" value="Template" /> Template 122 </label> 123 124 119 125 </fieldset> 120 126
