/[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 1278 by schoenebeck, Fri Aug 10 12:56:29 2007 UTC revision 1947 by schoenebeck, Wed Jul 15 09:13:06 2009 UTC
# Line 122  td.decorated_header { Line 122  td.decorated_header {
122          padding: 0.6em;          padding: 0.6em;
123  }  }
124    
125    .boxed {
126            padding: 0.6em;
127            border: 1px outset White;
128            background-color: #F0F0F0;
129            font-size: 10pt;
130            font-family: sans-serif,Arial,Helvetica;
131            text-align: justify;
132            font-style: normal;
133            font-weight: normal;
134    }
135    
136  td.bordered {  td.bordered {
137          text-align: center;          text-align: center;
138          padding: 0.6em;          padding: 0.6em;
# Line 184  td.default { Line 195  td.default {
195          text-decoration: underline;          text-decoration: underline;
196          }          }
197    
198    a:link {
199            color: #007;
200    }
201    
202    a:visited {
203            color: #889;
204    }
205    
206  p {  p {
207          font-size: 10pt;          font-size: 10pt;
208          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
# Line 384  table.cvs_project { Line 403  table.cvs_project {
403  }  }
404    
405  #cvs_content {  #cvs_content {
406      max-height: 300px;      height: 300px;
407      overflow: hidden;      overflow: hidden;
408      font-size: 10pt;      font-size: 10pt;
409      font-family: sans-serif,Arial,Helvetica;      font-family: sans-serif,Arial,Helvetica;

Legend:
Removed from v.1278  
changed lines
  Added in v.1947

  ViewVC Help
Powered by ViewVC