Changes between Version 7 and Version 8 of formats


Ignore:
Timestamp:
Oct 15, 2010, 5:24:30 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • formats

    v7 v8  
    33{{{
    44#!html
    5 <table style="border:1px;">
     5<style>
     6.strpTable {
     7   width: 800px;
     8   margin-bottom: 1em;
     9   border: 1px solid #999;
     10   border-bottom: 2px solid #999;
     11   font-size: 9pt;
     12   font-family: Arial, Verdana, sans-serif;
     13   margin-left: 10px;
     14}
     15
     16.strpTable th {
     17   letter-spacing: 0px;
     18   text-align: center;
     19   padding: 2px;
     20   color: #fff;
     21   background: #4f81bd;
     22   border: 1px solid #999;
     23   border-bottom: 2px solid #999;
     24}
     25
     26.strpTable td {
     27   padding: 2px;
     28   font-size: .9em;
     29   text-align: left;
     30   background: #fff;
     31   border: 1px solid #999;
     32   border-width: 0 1px;
     33}
     34
     35</style>
     36<table class="strpTable">
    637<tr><td>Format</td><td>Read</td><td>Write</td><td>Driver/Plugin</td><td></td></tr>
    738<tr><td>JPEG</td><td>x</td><td>x</td><td>jpeg</td><td></td></tr>