Changeset 1690

Show
Ignore:
Timestamp:
07/25/08 16:08:01 (6 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • web/benchmarks.php

    r1685 r1690  
    88    <div class="message_left"> 
    99      <p> 
    10         <img src="images/pixel.png" align="right" hspace="55" vspace="80"/> 
     10        <img src="images/pixel.png" align="right" hspace="55" vspace="75"/> 
    1111        <strong>Cherokee is really really fast</strong>. 
    1212        The speed at which any web server can serve requests for content is  
     
    2525    <div class="message_right"> 
    2626      <p> 
    27         <img src="images/pixel.png" align="left" hspace="50" vspace="80"/> 
     27        <img src="images/pixel.png" align="left" hspace="45" vspace="75"/> 
    2828        In fact, it might be impossible. But achieving that which was once seen as impossible  
    2929        is what drives innovation. And it's innovation that drives the ongoing  
     
    4040  </div> 
    4141</div> 
     42<div class="clearfix"></div> 
    4243 
    4344<h2>Cherokee 0.6</h2> 
  • web/static/cherokee.css

    r1685 r1690  
    66        font-family: Lucida Grande, Myriad, Andale Sans, Luxi Sans, Bitstream Vera Sans, Tahoma, Toga Sans, Helvetica, Arial, sans-serif; 
    77        font-size: small; 
     8        text-align: left; 
    89} 
    910 
     
    316317    height: 165px; 
    317318    min-height: 165px; 
    318     display: table-cell; 
    319319    vertical-align: middle; 
    320320} 
     
    324324    padding: 10px; 
    325325    width: 350px; 
    326     text-align: left; 
    327326    text-align:justify; 
    328327} 
     
    332331    padding: 10px; 
    333332    width: 350px; 
    334     text-align: right; 
    335333    text-align:justify; 
    336334}