Creating a resources folder for use by examples and API docs

This commit is contained in:
ahocevar
2013-04-04 15:18:15 +02:00
parent b4ce430bfb
commit 6c5377eebe
53 changed files with 144 additions and 141 deletions

20
resources/layout.css Normal file
View 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;
}