/[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 1267 by schoenebeck, Thu Jun 21 17:30:38 2007 UTC revision 1268 by schoenebeck, Tue Aug 7 19:56:17 2007 UTC
# Line 184  span.default  { Line 184  span.default  {
184          }          }
185    
186  ul      {  ul      {
         /* list-style-type:circle; */  
187          border: none;          border: none;
188          background: rgb(240, 240, 240);          background: rgb(240, 240, 240);
189          list-style-image: url("gfx/okay.png");          list-style-image: url("gfx/okay.png");
# Line 254  a.info:hover span.info { Line 253  a.info:hover span.info {
253          color: #900; background-color: #DDF;          color: #900; background-color: #DDF;
254          text-align: left;          text-align: left;
255  }  }
256    
257    
258    
259    /* News section */
260    
261    div.news {
262        border: 1px dotted;
263        margin: 0.8em 2em;
264        padding: 0.4em 0.4em;
265        font-size: 11pt;
266        font-family: sans-serif;
267        text-align: justify;
268        font-style: normal;
269        font-weight: normal;
270    }
271    
272    ul.news {
273        background: transparent;
274        list-style-type: disc;
275        margin: 0em 0em 0em 0em;
276        padding: 0em 0em 0em 1.5em;
277    }
278    
279    li.news {
280        font-size: 11pt;
281        font-family: sans-serif;
282        text-align: justify;
283        font-style: normal;
284        font-weight: normal;
285    }
286    
287    span.news_date {
288        font-weight: bold;
289    }

Legend:
Removed from v.1267  
changed lines
  Added in v.1268

  ViewVC Help
Powered by ViewVC