/[wopi2]/trunk/style.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by dpavlin, Wed Jun 23 11:56:27 2004 UTC revision 4 by dpavlin, Fri Jun 25 11:46:24 2004 UTC
# Line 39  h3 { Line 39  h3 {
39    
40  .left {  .left {
41          float: left;          float: left;
42            clear: left;
43          border: 1px solid #ff0000;          border: 1px solid #ff0000;
44  }  }
45    
46  .hint {  /* float right */
47    
48    .right {
49          float: right;          float: right;
50            clear: right;
51    }
52    
53    .hint {
54          padding: 5px;          padding: 5px;
55          background: #f0f0c0;          background: #f0f0c0;
56          width: 200px;          width: 200px;
57  }  }
58    
59    .question_list {
60            padding: 5px;
61            border: 1px dotted #0000ff;
62            width: 200px;
63    }
64    
65  /* box around preview of question */  /* box around preview of question */
66  .preview {  .preview {
67            float: left;
68            clear: left;
69          margin: 0px;          margin: 0px;
70  /*      border: 1px dotted #c0c0c0; */  /*      border: 1px dotted #c0c0c0; */
71          border: 1px dotted #00ff00;          border: 1px dotted #00ff00;
72          color: #808080;          color: #808080;
         clear: left;  
73  }  }

Legend:
Removed from v.3  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26