projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into routing
[rails.git]
/
app
/
assets
/
stylesheets
/
embed.scss
1
/*
2
*= require leaflet
3
*/
4
5
html {
6
width: 100%;
7
height: 100%;
8
}
9
10
body {
11
width: 100%;
12
height: 100%;
13
margin: 0px;
14
}
15
16
#map {
17
width: 100%;
18
height: 100%;
19
}