/[Frey]/trunk/static/frey.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/static/frey.css

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

revision 328 by dpavlin, Thu Nov 6 21:14:09 2008 UTC revision 359 by dpavlin, Sun Nov 16 16:37:04 2008 UTC
# Line 134  a.u { Line 134  a.u {
134          color: #000;          color: #000;
135  }  }
136    
137  .frey-dumper ul li {  .frey-dumper ul,
138    .frey-dumper ol {
139            margin-bottom: 0.5em;
140          list-style-position: inside;          list-style-position: inside;
141    }
142    
143    .frey-dumper ul > li {
144          list-style: none;          list-style: none;
145  }  }
146    
147    /*
148    .frey-dumper ul:before {
149            content: "{";
150    }
151    
152    .frey-dumper ul:after {
153            content: "}";
154    }
155    
156    .frey-dumper ol:before {
157            content: "(";
158    }
159    
160    .frey-dumper ol:after {
161            content: ")";
162    }
163    */
164    
165    .frey-dumper a {
166    /*
167            text-decoration: none;
168    */
169            color: #aaa;
170    }
171    
172    .frey-error {
173            border: 3px dashed #f00;
174            background: #ffc;
175            padding: 0.5em;
176    }
177    

Legend:
Removed from v.328  
changed lines
  Added in v.359

  ViewVC Help
Powered by ViewVC 1.1.26