Changeset 1690
- Timestamp:
- 07/25/08 16:08:01 (6 months ago)
- Files:
-
- web/benchmarks.php (modified) (3 diffs)
- web/static/cherokee.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
web/benchmarks.php
r1685 r1690 8 8 <div class="message_left"> 9 9 <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"/> 11 11 <strong>Cherokee is really really fast</strong>. 12 12 The speed at which any web server can serve requests for content is … … 25 25 <div class="message_right"> 26 26 <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"/> 28 28 In fact, it might be impossible. But achieving that which was once seen as impossible 29 29 is what drives innovation. And it's innovation that drives the ongoing … … 40 40 </div> 41 41 </div> 42 <div class="clearfix"></div> 42 43 43 44 <h2>Cherokee 0.6</h2> web/static/cherokee.css
r1685 r1690 6 6 font-family: Lucida Grande, Myriad, Andale Sans, Luxi Sans, Bitstream Vera Sans, Tahoma, Toga Sans, Helvetica, Arial, sans-serif; 7 7 font-size: small; 8 text-align: left; 8 9 } 9 10 … … 316 317 height: 165px; 317 318 min-height: 165px; 318 display: table-cell;319 319 vertical-align: middle; 320 320 } … … 324 324 padding: 10px; 325 325 width: 350px; 326 text-align: left;327 326 text-align:justify; 328 327 } … … 332 331 padding: 10px; 333 332 width: 350px; 334 text-align: right;335 333 text-align:justify; 336 334 }