Changeset 1526 for cpc/trunk/project/web
- Timestamp:
- Oct 2, 2010, 8:38:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/css/xneth/style.css
r1516 r1526 1567 1567 .synthese td, .synthese th { padding: 0px; margin: 0px; text-align: center} 1568 1568 .left { 1569 width: 48%; 1570 float: left; 1571 } 1572 .right{ 1573 float: right; 1574 width: 50%; 1569 width: 48%; 1570 float: left; 1571 } 1572 .right { 1573 float: right; 1574 width: 50%; 1575 } 1576 .listeleft { 1577 float: left; 1578 width: 64%; 1579 } 1580 .listeright { 1581 float: right; 1582 width: 35%; 1575 1583 } 1576 1584 … … 1766 1774 margin-bottom: 30px; 1767 1775 } 1776 .list_table h3 { 1777 margin-top: 0px; 1778 margin-bottom: 5px; 1779 } 1768 1780 .list_table table { 1769 1781 width: 100%;
Note: See TracChangeset
for help on using the changeset viewer.