Skip to content

Commit bdad29b

Browse files
authored
Merge pull request #210 from projecthorus/testing
SkewT
2 parents 9ed1f40 + 650adbf commit bdad29b

File tree

6 files changed

+2112
-23
lines changed

6 files changed

+2112
-23
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
echo -n "Compiling CSS... "
55
cd css
66
rm -f mobile.css
7-
cat base.css skeleton.css layout.css habitat-font.css main.css > mobile.tmp
7+
cat base.css skeleton.css layout.css habitat-font.css main.css leaflet.css leaflet.fullscreen.css skewt.css > mobile.tmp
88
java -jar "../tools/yuicompressor-2.4.8.jar" --type=css mobile.tmp > mobile.css
99
rm -f mobile.tmp
1010
cd ..

css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ body {
153153
position: absolute;
154154
display: block;
155155
width: 60vw;
156-
max-width: 483px;
156+
max-width: 300px;
157157
left: 50%;
158158
top: 50%;
159159
-ms-transform: translate(-50%, -50%);
@@ -412,7 +412,7 @@ header .search form input[type='submit'] {
412412
#main .row .data .vbutton {
413413
position: absolute;
414414
background-color: #fff;
415-
width: 25px !important;
415+
width: 30px !important;
416416
right: 5px;
417417
top: 150px;
418418
padding-left: 3px;
@@ -428,7 +428,7 @@ header .search form input[type='submit'] {
428428
#main .row .data .sbutton {
429429
position: absolute;
430430
background-color: #fff;
431-
width: 25px !important;
431+
width: 30px !important;
432432
right: 5px;
433433
top: 170px;
434434
padding-left: 3px;

css/skewt.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)