/[webpac2]/Webpacus/root/editor/editor.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 /Webpacus/root/editor/editor.css

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

revision 194 by dpavlin, Tue Nov 29 14:42:28 2005 UTC revision 196 by dpavlin, Tue Nov 29 15:29:55 2005 UTC
# Line 100  DIV, DIV * { Line 100  DIV, DIV * {
100          font-size: 70%;          font-size: 70%;
101          width: 100%;          width: 100%;
102          margin: 0;          margin: 0;
103          padding 0;          padding: 0;
104  }  }
105    
106  .file-list ul {  .file-list ul {
107          margin: 0;          margin: 1em;
108          padding 0;          padding: 0;
109          list-style-position: inside;          list-style-position: inside;
110  }  }
111    
112  .file-list li {  .file-list li {
         padding 0;  
113          list-style-type: none;          list-style-type: none;
114          overflow: hidden;          overflow: hidden;
115          white-space: nowrap;          white-space: nowrap;
# Line 136  DIV, DIV * { Line 135  DIV, DIV * {
135          padding: 4px;          padding: 4px;
136  }  }
137    
 /*  
138  .editor-form {  .editor-form {
139          border: 2px dashed #ff0000;          margin-left: 1em;
140  }  }
 */  
141    
142    
143  /* notice text */  /* notice text */

Legend:
Removed from v.194  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.26