/[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 2033 by persson, Sun Nov 22 10:03:14 2009 UTC revision 2379 by schoenebeck, Sun Nov 4 14:46:28 2012 UTC
# Line 81  table th { Line 81  table th {
81          padding-bottom: 3px;          padding-bottom: 3px;
82  }  }
83    
84    .btcaddr {
85        font-size: 9.0px;
86    }
87    
88    table {
89        font-size: 13.33px;
90        font-family: sans-serif,Arial,Helvetica;
91        text-align: justify;
92        font-style: normal;
93        font-weight: normal;
94        padding: 0em 0em 0em 0em;
95        margin: 0em 0em 0em 0em;
96        }
97    
98  table.default {  table.default {
99          font-size: 13.33px;          font-size: 13.33px;
100          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
# Line 125  td.decorated_header { Line 139  td.decorated_header {
139          padding: 0.6em;          padding: 0.6em;
140  }  }
141    
142    table.decocomp {
143        border: none;
144        background-color: transparent;
145        font-size: 13.33px;
146        font-family: sans-serif,Arial,Helvetica;
147        text-align: justify;
148        font-style: normal;
149        font-weight: normal;
150        padding: 0em 0em 0em 0em;
151        margin: 0em 0em 0em 1em;
152    }
153    
154    td.decocomp {
155        border: none;
156        background-color: #F2F2F4;
157        font-size: 13.33px;
158        font-family: sans-serif,Arial,Helvetica;
159        font-style: normal;
160        font-weight: normal;
161        text-align: left;
162        padding-left: 0.6em;
163        padding-right: 0.6em;
164        padding-top: 0.1em;
165        padding-bottom: 0.1em;
166    }
167    
168    td.decocomp_header {
169        border: none;
170        background-color: #dddddd;
171        font-size: 13.33px;
172        font-family: sans-serif,Arial,Helvetica;
173        font-style: normal;
174        font-weight: bold;
175        text-align: left;
176        padding: 0.6em;
177    }
178    
179  .boxed {  .boxed {
180          padding: 0.6em;          padding: 0.6em;
181          border: 1px outset White;          border: 1px outset White;
# Line 212  p { Line 263  p {
263          text-align: justify;          text-align: justify;
264          font-style: normal;          font-style: normal;
265          font-weight: normal;          font-weight: normal;
266          padding: 1em 2.2em;          padding-left: 1.2em;
267            padding-right: 1.2em;
268            padding-top: 0.0em;
269            padding-bottom: 0.0em;
270  }  }
271    
272  p.default  {  p.default  {

Legend:
Removed from v.2033  
changed lines
  Added in v.2379

  ViewVC Help
Powered by ViewVC