/[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 542 by senoner, Sun May 15 15:31:45 2005 UTC revision 771 by schoenebeck, Sun Sep 11 21:22:34 2005 UTC
# Line 45  img { Line 45  img {
45          }          }
46    
47  table th {  table th {
48          background: rgb(226,226,226);          font-size: 14pt;
49            font-family: sans-serif;
50            font-weight: bold;
51            background: rgb(240,240,240);
52          }          }
53    
54  .code {  .code {
# Line 58  table th { Line 61  table th {
61          padding-bottom: 3px;          padding-bottom: 3px;
62          }          }
63    
64    table.default {
65            font-size: 12pt;
66            font-family: sans-serif;
67            text-align: justify;
68            font-style: normal;
69            font-weight: normal;
70            padding: 1em 2.2em;
71            }
72    
73    td.default {
74            padding: 0.6em;
75            }
76    
77  .formatmatrix {  .formatmatrix {
78          font-size: 12pt;          font-size: 12pt;
79          font-family: sans-serif;          font-family: sans-serif;
# Line 168  ul     { Line 184  ul     {
184          margin: 1em 3em 1em 3em;          margin: 1em 3em 1em 3em;
185          padding: 1em 1em 1em 2.2em;          padding: 1em 1em 1em 2.2em;
186          }          }
187    
188    ol.default      {
189            /* list-style-type:circle; */
190            border: none;
191            background: rgb(240, 240, 240);
192            margin: 1em 3em 1em 3em;
193            padding: 1em 1em 1em 2.2em;
194            }
195    
196  li      {  li      {
197          padding: 0.2em 0.2em 0.2em 0.2em;          padding: 0.2em 0.2em 0.2em 0.2em;

Legend:
Removed from v.542  
changed lines
  Added in v.771

  ViewVC Help
Powered by ViewVC