Changeset 7673 for trunk/src_map/style
- Timestamp:
- Apr 2, 2010, 1:42:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src_map/style/stylesheet.css
r7664 r7673 1 1 #mainwrapper { 2 2 font-family: Verdana, Serif, Times; 3 color: black;4 3 background-color: white; 5 4 width: 750px; 6 border: 1px solid black;7 5 } 8 6 … … 10 8 width: 550px; 11 9 height: 400px; 12 border: 1px solid black;13 10 float: left; 14 11 } … … 25 22 height: 100px; 26 23 width: 750px; 27 border: 1px solid black;24 color: red; 28 25 } 26 27 td { 28 vertical-align: top; 29 color: red; 30 }
Note:
See TracChangeset
for help on using the changeset viewer.