/[svn]/web/trunk/www.linuxsampler.org/index.css
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/index.css

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

revision 1246 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC revision 1273 by schoenebeck, Wed Aug 8 02:30:23 2007 UTC
# Line 184  span.default  { Line 184  span.default  {
184          }          }
185    
186  ul      {  ul      {
         /* list-style-type:circle; */  
187          border: none;          border: none;
188          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
189          list-style-image: url("gfx/okay.png");          list-style-image: url("gfx/okay.png");
# Line 254  a.info:hover span.info { Line 253  a.info:hover span.info {
253          color: #900; background-color: #DDF;          color: #900; background-color: #DDF;
254          text-align: left;          text-align: left;
255  }  }
256    
257    
258    
259    /* News section */
260    
261    div.news {
262        border: 1px dotted;
263        margin: 0.8em 2em;
264        padding: 0.4em 0.4em;
265        font-size: 11pt;
266        font-family: sans-serif;
267        text-align: justify;
268        font-style: normal;
269        font-weight: normal;
270    }
271    
272    ul.news {
273        background: transparent;
274        list-style-type: disc;
275        margin: 0em 0em 0em 0em;
276        padding: 0em 0em 0em 1.5em;
277    }
278    
279    li.news {
280        font-size: 11pt;
281        font-family: sans-serif;
282        text-align: justify;
283        font-style: normal;
284        font-weight: normal;
285    }
286    
287    span.news_date {
288        font-weight: bold;
289    }
290    
291    span.news_footer {
292        margin: 0em 2em;
293    }
294    
295    
296    
297    /* CVS Commits section */
298    
299    table.cvs {
300        font-size: 11pt;
301        font-family: sans-serif;
302        text-align: justify;
303        font-style: normal;
304        font-weight: normal;
305        margin: 0em 2em;
306    }
307    
308    table.cvs_project {
309        border: 1px dotted;
310    }
311    
312    #cvs_content {
313        max-height: 300px;
314        overflow: hidden;
315        font-size: 11pt;
316        font-family: sans-serif;
317        text-align: justify;
318        font-style: normal;
319        font-weight: normal;
320    }
321    
322    span.cvs_footer {
323        font-size: 11pt;
324        font-family: sans-serif;
325        text-align: justify;
326        font-style: normal;
327        font-weight: normal;
328    }

Legend:
Removed from v.1246  
changed lines
  Added in v.1273

  ViewVC Help
Powered by ViewVC