Skip to content
Merged

SkewT #210

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
echo -n "Compiling CSS... "
cd css
rm -f mobile.css
cat base.css skeleton.css layout.css habitat-font.css main.css > mobile.tmp
cat base.css skeleton.css layout.css habitat-font.css main.css leaflet.css leaflet.fullscreen.css skewt.css > mobile.tmp
java -jar "../tools/yuicompressor-2.4.8.jar" --type=css mobile.tmp > mobile.css
rm -f mobile.tmp
cd ..
Expand Down
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ body {
position: absolute;
display: block;
width: 60vw;
max-width: 483px;
max-width: 300px;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
Expand Down Expand Up @@ -412,7 +412,7 @@ header .search form input[type='submit'] {
#main .row .data .vbutton {
position: absolute;
background-color: #fff;
width: 25px !important;
width: 30px !important;
right: 5px;
top: 150px;
padding-left: 3px;
Expand All @@ -428,7 +428,7 @@ header .search form input[type='submit'] {
#main .row .data .sbutton {
position: absolute;
background-color: #fff;
width: 25px !important;
width: 30px !important;
right: 5px;
top: 170px;
padding-left: 3px;
Expand Down
1 change: 1 addition & 0 deletions css/skewt.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading