/[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 2256 by schoenebeck, Sun Aug 21 10:04:11 2011 UTC
# Line 81  table th { Line 81  table th {
81          padding-bottom: 3px;          padding-bottom: 3px;
82  }  }
83    
84    table {
85        font-size: 13.33px;
86        font-family: sans-serif,Arial,Helvetica;
87        text-align: justify;
88        font-style: normal;
89        font-weight: normal;
90        padding: 0em 0em 0em 0em;
91        margin: 0em 0em 0em 0em;
92        }
93    
94  table.default {  table.default {
95          font-size: 13.33px;          font-size: 13.33px;
96          font-family: sans-serif,Arial,Helvetica;          font-family: sans-serif,Arial,Helvetica;
# Line 125  td.decorated_header { Line 135  td.decorated_header {
135          padding: 0.6em;          padding: 0.6em;
136  }  }
137    
138    table.decocomp {
139        border: none;
140        background-color: transparent;
141        font-size: 13.33px;
142        font-family: sans-serif,Arial,Helvetica;
143        text-align: justify;
144        font-style: normal;
145        font-weight: normal;
146        padding: 0em 0em 0em 0em;
147        margin: 0em 0em 0em 1em;
148    }
149    
150    td.decocomp {
151        border: none;
152        background-color: #F2F2F4;
153        font-size: 13.33px;
154        font-family: sans-serif,Arial,Helvetica;
155        font-style: normal;
156        font-weight: normal;
157        text-align: left;
158        padding-left: 0.6em;
159        padding-right: 0.6em;
160        padding-top: 0.1em;
161        padding-bottom: 0.1em;
162    }
163    
164    td.decocomp_header {
165        border: none;
166        background-color: #dddddd;
167        font-size: 13.33px;
168        font-family: sans-serif,Arial,Helvetica;
169        font-style: normal;
170        font-weight: bold;
171        text-align: left;
172        padding: 0.6em;
173    }
174    
175  .boxed {  .boxed {
176          padding: 0.6em;          padding: 0.6em;
177          border: 1px outset White;          border: 1px outset White;

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

  ViewVC Help
Powered by ViewVC