Changeset 1929


Ignore:
Timestamp:
11/11/07 13:27:35 (6 years ago)
Author:
sam
Message:
  • Use a bigger font on the site.
  • Slightly reworked stuff on the front page.
Location:
www
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • www/index.html

    r1883 r1929  
    5252<h2> News </h2> 
    5353 
    54 <p> <b>24 Oct 2007</b>: <a href="/cacacon07/">CacaCon’07</a> </p> 
     54<p> <b>24 Oct 2007</b>: Report on <a href="/cacacon07/">CacaCon’07</a>, the 
     55    first international libcaca conference. </p> 
    5556<p> <b>30 Sep 2007</b>: libcaca 0.99.beta12 </p> 
    5657<p> <b>16 Nov 2006</b>: libcaca 0.99.beta11 </p> 
     
    6364--> 
    6465 
     66<img src="img/sample.png" width="128" height="128" 
     67     alt="libcaca rendering sample" class="caca" /> 
     68 
    6569<h2> Screenshots </h2> 
    6670 
     
    9498    </td> 
    9599    <td align="center"> 
     100    </td> 
     101  </tr> 
     102  <tr> 
     103    <td align="center"> 
    96104      <a href="img/unicode-80x24.png"><img alt="unicode" 
    97105         width="120" height="75" 
     
    99107      <br /><small>Unicode</small> 
    100108    </td> 
    101   </tr> 
    102   <tr> 
    103109    <td align="center"> 
    104110      <a href="img/swallow-80x32.png"><img alt="swallow" 
     
    112118         src="img/tn-rotate.jpeg" /></a> 
    113119      <br /><small>canvas rotation</small> 
     120    </td> 
     121    <td align="center"> 
     122    </td> 
     123    <td align="center"> 
    114124    </td> 
    115125  </tr> 
  • www/main.css

    r1893 r1929  
    2020body,td { 
    2121  font-family: Verdana, Arial, Helvetica, sans-serif; 
    22   font-size: 0.9em; 
    2322} 
    2423 
Note: See TracChangeset for help on using the changeset viewer.