Creating a resources folder for use by examples and API docs
This commit is contained in:
20
resources/layout.css
Normal file
20
resources/layout.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@import url(font-awesome/css/font-awesome.min.css);
|
||||
|
||||
body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
.map {
|
||||
height: 400px;
|
||||
width: 100%;
|
||||
}
|
||||
.ol-attribution {
|
||||
max-width: 50%;
|
||||
}
|
||||
#tags {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* padding for social links to match bootstrap nav links */
|
||||
.nav>li>.twitter-share-button, .nav>li>.g-plusone-wrapper, .nav>li>.github-watch-button {
|
||||
padding: 10px 10px 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user