/[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 1268 by schoenebeck, Tue Aug 7 19:56:17 2007 UTC revision 1275 by schoenebeck, Wed Aug 8 17:18:12 2007 UTC
# Line 287  li.news { Line 287  li.news {
287  span.news_date {  span.news_date {
288      font-weight: bold;      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        table-layout: automatic;
301        font-size: 11pt;
302        font-family: sans-serif;
303        text-align: justify;
304        font-style: normal;
305        font-weight: normal;
306        margin: 0em 2em;
307    }
308    
309    table.cvs_project {
310        table-layout: automatic;
311        border: 1px dotted;
312    }
313    
314    #cvs_content {
315        max-height: 300px;
316        overflow: hidden;
317        font-size: 11pt;
318        font-family: sans-serif;
319        text-align: justify;
320        font-style: normal;
321        font-weight: normal;
322    }
323    
324    span.cvs_footer {
325        font-size: 11pt;
326        font-family: sans-serif;
327        text-align: justify;
328        font-style: normal;
329        font-weight: normal;
330    }

Legend:
Removed from v.1268  
changed lines
  Added in v.1275

  ViewVC Help
Powered by ViewVC