Changeset 7300 for DVD_images/extra_files/browser_files
- Timestamp:
- Jul 3, 2009, 4:47:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/extra_files/browser_files/style.css
r7205 r7300 16 16 table.code { 17 17 border-width: 1px 1px 1px 1px; 18 border-spacing: 0px;18 border-spacing: -10px; 19 19 border-style: dashed dashed dashed dashed; 20 20 border-color: gray gray gray gray; 21 21 border-collapse: separate; 22 background-color: rgb(250, 240, 230); 23 } 24 table.code th { 25 border-width: 5px 5px 5px 5px; 26 padding: 5px 5px 5px 5px; 27 border-style: none none none none; 28 border-color: gray gray gray gray; 29 background-color: white; 30 -moz-border-radius: 0px 0px 0px 0px; 22 background-color: #ffffe6; 23 -moz-border-radius: 5px 5px 5px 5px; 31 24 } 32 25 table.code td { 33 border-width: 5px 5px 5px 5px; 34 padding: 5px 5px 5px 5px; 26 height: 20px; 27 border-width: 0px 0px 0px 0px; 28 padding: 0px 0px 0px 0px; 35 29 border-style: none none none none; 36 30 border-color: gray gray gray gray; 37 31 background-color: #ffffe6; 38 -moz-border-radius: 0px 0px 0px 0px;39 32 } 33 34
Note: See TracChangeset
for help on using the changeset viewer.