/[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 1272 by schoenebeck, Tue Aug 7 21:43:37 2007 UTC revision 1273 by schoenebeck, Wed Aug 8 02:30:23 2007 UTC
# Line 291  span.news_date { Line 291  span.news_date {
291  span.news_footer {  span.news_footer {
292      margin: 0em 2em;      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.1272  
changed lines
  Added in v.1273

  ViewVC Help
Powered by ViewVC