Skip to content

Commit

Permalink
#50 css files were added
Browse files Browse the repository at this point in the history
  • Loading branch information
karavanjo committed Jan 10, 2015
1 parent cc7de07 commit 69fc3d8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_theme/nextgis/static/default.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import url(nextgis.css);
@import url(foundation-5.5.0/css/foundation.css);
Binary file added docs/_theme/nextgis/static/nextgis-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/_theme/nextgis/static/nextgis.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
ul.breadcrumbs > * {
text-decoration: none;
text-transform: none;
font-size: 0.9em;
}

ul.breadcrumbs {
margin: 0;
}

div.nav-arrows a {
width: 48px;
height: 48px;
background-image: url(nextgis-sprite.png);
}

div.nav-arrows a.prev {
background-position: 0 0;
}

div.nav-arrows a.prev {
background-position: 0 -48px;
}

0 comments on commit 69fc3d8

Please sign in to comment.