Changeset 8 for branches/2/style.css
- Timestamp:
- May 9, 2008, 10:39:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2/style.css
r7 r8 24 24 } 25 25 26 table 27 { 28 border-width: 1px; 29 border-style: solid; 30 border-color: black; 31 border-spacing: 0px; 32 } 33 34 table td 35 { 36 border-width: 1px; 37 border-style: solid; 38 border-color: black; 39 padding: 2px 5px 2px 5px; 40 } 41 42 table th 43 { 44 border-width: 1px; 45 border-style: solid; 46 border-color: black; 47 padding: 2px 5px 2px 5px; 48 } 49 26 50 textarea 27 51 { … … 37 61 } 38 62 39 .MainLayout td63 .MainLayoutTd 40 64 { 65 border: 0; 41 66 vertical-align: top; 42 67 } … … 44 69 .MainLayout #LeftPanel 45 70 { 71 border: 0; 46 72 width: 200px; 73 vertical-align: top; 47 74 }
Note:
See TracChangeset
for help on using the changeset viewer.