File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Map Maker</ title >
5
- < meta name =" generator " content =" BBEdit 11.1 " />
5
+ < meta charset =" utf-8 " />
6
6
< script src ="js/jquery.min.js "> </ script >
7
7
< script src ="js/jscolor.js "> </ script >
8
8
< script src ="js/mapcontroller.js "> </ script >
9
9
< style type ="text/css ">
10
10
body {
11
11
font-family : Arial, sans-serif;
12
12
font-size : 16px ;
13
- margin : 20px ;
13
+ margin : 0 20 px 20 px 20px ;
14
14
}
15
15
form , figure {
16
16
margin : 0 ;
17
17
padding : 0 ;
18
18
}
19
+ div .header {
20
+ width : 1160px ;
21
+ margin : 0 auto 20px auto;
22
+ padding : 10px 20px ;
23
+ background-color : # e5f5ff ;
24
+ }
25
+ .tool-title {
26
+ font-size : 28px ;
27
+ line-height : 35px ;
28
+ font-weight : bold;
29
+ }
30
+ .details {
31
+ float : right;
32
+ font-size : 16px ;
33
+ line-height : 35px ;
34
+ }
19
35
div .columns {
20
36
position : relative;
21
37
width : 1160px ;
27
43
float : left;
28
44
padding : 0 7px ;
29
45
}
30
-
31
46
.jscolor {
32
47
width : 180px ;
33
48
height : 40px ;
59
74
</ style >
60
75
</ head >
61
76
< body >
77
+ < div class ="header ">
78
+ < span class ="tool-title "> U.S. Map Infographic Tool</ span >
79
+ < div class ="details "> < a href ="https://github.com/kaldari/SVG-map-maker "> Source code</ a > • < a href ="https://github.com/kaldari/SVG-map-maker/blob/master/CREDITS.txt "> Credits</ a > • < a href ="https://github.com/kaldari/SVG-map-maker/issues "> Report bugs</ a > </ div >
80
+ </ div >
62
81
< form action ="mapgenerate.php " method ="POST " style ="text-align: center; ">
63
82
< div class ="columns "">
64
83
< div class ="column " id ="left ">
You can’t perform that action at this time.
0 commit comments