--- trunk/style.css 2004/06/23 16:10:59 3 +++ trunk/style.css 2004/06/25 11:46:24 4 @@ -39,21 +39,35 @@ .left { float: left; + clear: left; border: 1px solid #ff0000; } -.hint { +/* float right */ + +.right { float: right; + clear: right; +} + +.hint { padding: 5px; background: #f0f0c0; width: 200px; } +.question_list { + padding: 5px; + border: 1px dotted #0000ff; + width: 200px; +} + /* box around preview of question */ .preview { + float: left; + clear: left; margin: 0px; /* border: 1px dotted #c0c0c0; */ border: 1px dotted #00ff00; color: #808080; - clear: left; }