Changeset 7674
- Timestamp:
- Apr 2, 2010, 1:53:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src_map/style/stylesheet.css
r7673 r7674 6 6 7 7 #mapcanvas { 8 width: 5 50px;8 width: 575px; 9 9 height: 400px; 10 10 float: left; … … 12 12 13 13 #infowrapper { 14 margin-left: 5 50px;15 width: 200px;14 margin-left: 575px; 15 width: 175px; 16 16 height: 400px; 17 border: 1px solid black; 17 } 18 19 #infotop { 20 border: 2px solid black; 21 height: 243px; 22 width: 100%; 23 } 24 25 26 #infobottom { 27 border: 2px solid black; 28 height: 145px; 29 width: 100%; 30 margin-top: 5px; 18 31 } 19 32
Note:
See TracChangeset
for help on using the changeset viewer.