Changeset 1139

Show
Ignore:
Timestamp:
09/13/08 01:18:25 (2 months ago)
Author:
gleu
Message:

Amélioration visuelle des tableaux dans la documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/branches/bv81x/manuel/Makefile

    r1137 r1139  
    7777        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html 
    7878        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 
     79        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's@border="1"@border="0"@g' *.html 
    7980 
    8081        for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \ 
  • traduc/branches/bv81x/manuel/stylesheets/table.css

    r1137 r1139  
    77} 
    88 
    9 div.tblBasic table
     9div.tblBasic table, div.table-contents table
    1010        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat; 
    1111        margin-bottom: 15px; 
    1212} 
    1313 
    14 div.tblBasic table th
     14div.tblBasic table th, div.table-contents table th
    1515        padding-top: 20px; 
    1616        border-bottom: 1px solid #EFEFEF; 
     
    1818} 
    1919 
    20 div.tblBasic table td
     20div.tblBasic table td, div.table-contents table td
    2121        border-bottom: 1px solid #EFEFEF; 
    2222} 
    2323 
    2424div.tblBasic table th, 
    25 div.tblBasic table td { 
     25div.tblBasic table td, 
     26div.table-contents table th, 
     27div.table-contents table td { 
    2628        padding: 8px 11px; 
    2729        color: #555555; 
    2830} 
    2931 
    30 div.tblBasic table tr.lastrow td { 
     32div.tblBasic table tr.lastrow td, 
     33div.table-contents table tr.lastrow td { 
    3134        border-bottom: none; 
    3235        padding-bottom: 13px; 
    3336} 
    3437 
    35 div.tblBasic table tr.lastrow td.colFirst { 
     38div.tblBasic table tr.lastrow td.colFirst, 
     39div.table-contents table tr.lastrow td.colFirst { 
    3640        background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat; 
    3741} 
    3842 
    39 div.tblBasic table.tblBasicGrey th.colLast { 
     43div.tblBasic table th.colLast, 
     44div.table-contents table th.colLast { 
    4045        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 
    4146} 
    4247 
    43 div.tblBasic table.tblBasicGrey tr.lastrow td.colLast { 
     48div.tblBasic table tr.lastrow td.colLast, 
     49div.table-contents table tr.lastrow td.colLast { 
    4450        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat; 
    4551} 
    4652 
    47 div.tblBasic table.tblBasicGrey tr.firstrow td.colLast { 
     53div.tblBasic table tr.firstrow td.colLast, 
     54div.table-contents table tr.firstrow td.colLast { 
    4855        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 
    4956} 
  • traduc/branches/bv82x/manuel/Makefile

    r1137 r1139  
    6666        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html 
    6767        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 
     68        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's@border="1"@border="0"@g' *.html 
    6869 
    6970        for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \ 
  • traduc/branches/bv82x/manuel/stylesheets/table.css

    r1137 r1139  
    77} 
    88 
    9 div.tblBasic table
     9div.tblBasic table, div.table-contents table
    1010        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat; 
    1111        margin-bottom: 15px; 
    1212} 
    1313 
    14 div.tblBasic table th
     14div.tblBasic table th, div.table-contents table th
    1515        padding-top: 20px; 
    1616        border-bottom: 1px solid #EFEFEF; 
     
    1818} 
    1919 
    20 div.tblBasic table td
     20div.tblBasic table td, div.table-contents table td
    2121        border-bottom: 1px solid #EFEFEF; 
    2222} 
    2323 
    2424div.tblBasic table th, 
    25 div.tblBasic table td { 
     25div.tblBasic table td, 
     26div.table-contents table th, 
     27div.table-contents table td { 
    2628        padding: 8px 11px; 
    2729        color: #555555; 
    2830} 
    2931 
    30 div.tblBasic table tr.lastrow td { 
     32div.tblBasic table tr.lastrow td, 
     33div.table-contents table tr.lastrow td { 
    3134        border-bottom: none; 
    3235        padding-bottom: 13px; 
    3336} 
    3437 
    35 div.tblBasic table tr.lastrow td.colFirst { 
     38div.tblBasic table tr.lastrow td.colFirst, 
     39div.table-contents table tr.lastrow td.colFirst { 
    3640        background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat; 
    3741} 
    3842 
    39 div.tblBasic table.tblBasicGrey th.colLast { 
     43div.tblBasic table th.colLast, 
     44div.table-contents table th.colLast { 
    4045        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 
    4146} 
    4247 
    43 div.tblBasic table.tblBasicGrey tr.lastrow td.colLast { 
     48div.tblBasic table tr.lastrow td.colLast, 
     49div.table-contents table tr.lastrow td.colLast { 
    4450        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat; 
    4551} 
    4652 
    47 div.tblBasic table.tblBasicGrey tr.firstrow td.colLast { 
     53div.tblBasic table tr.firstrow td.colLast, 
     54div.table-contents table tr.firstrow td.colLast { 
    4855        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 
    4956} 
  • traduc/trunk/postgresql/Makefile

    r1137 r1139  
    7171        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html 
    7272        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../images@images@g" *.html 
     73        cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's@border="1"@border="0"@g' *.html 
    7374 
    7475        for filename in `find $(BASEDIR)/$(WEB_OUTPUT) -name "*.html"`; do \ 
  • traduc/trunk/postgresql/stylesheets/table.css

    r1137 r1139  
    77} 
    88 
    9 div.tblBasic table
     9div.tblBasic table, div.table-contents table
    1010        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_lft.png) top left no-repeat; 
    1111        margin-bottom: 15px; 
    1212} 
    1313 
    14 div.tblBasic table th
     14div.tblBasic table th, div.table-contents table th
    1515        padding-top: 20px; 
    1616        border-bottom: 1px solid #EFEFEF; 
     
    1818} 
    1919 
    20 div.tblBasic table td
     20div.tblBasic table td, div.table-contents table td
    2121        border-bottom: 1px solid #EFEFEF; 
    2222} 
    2323 
    2424div.tblBasic table th, 
    25 div.tblBasic table td { 
     25div.tblBasic table td, 
     26div.table-contents table th, 
     27div.table-contents table td { 
    2628        padding: 8px 11px; 
    2729        color: #555555; 
    2830} 
    2931 
    30 div.tblBasic table tr.lastrow td { 
     32div.tblBasic table tr.lastrow td, 
     33div.table-contents table tr.lastrow td { 
    3134        border-bottom: none; 
    3235        padding-bottom: 13px; 
    3336} 
    3437 
    35 div.tblBasic table tr.lastrow td.colFirst { 
     38div.tblBasic table tr.lastrow td.colFirst, 
     39div.table-contents table tr.lastrow td.colFirst { 
    3640        background: url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_lft.png) bottom left no-repeat; 
    3741} 
    3842 
    39 div.tblBasic table.tblBasicGrey th.colLast { 
     43div.tblBasic table th.colLast, 
     44div.table-contents table th.colLast { 
    4045        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 
    4146} 
    4247 
    43 div.tblBasic table.tblBasicGrey tr.lastrow td.colLast { 
     48div.tblBasic table tr.lastrow td.colLast, 
     49div.table-contents table tr.lastrow td.colLast { 
    4450        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_btm_rgt.png) bottom right no-repeat; 
    4551} 
    4652 
    47 div.tblBasic table.tblBasicGrey tr.firstrow td.colLast { 
     53div.tblBasic table tr.firstrow td.colLast, 
     54div.table-contents table tr.firstrow td.colLast { 
    4855        background: #F5F5F5 url(http://babar.postgresql.fr/~guillaume/dotclear/themes/postgresql/img/nav_tbl_top_rgt.png) top right no-repeat; 
    4956}