Skip to content

Commit

Permalink
Merge pull request #28 from nikolaswise/master
Browse files Browse the repository at this point in the history
minor adjustments
  • Loading branch information
paulcpederson committed Oct 3, 2014
2 parents ebf6381 + 7ab8ff5 commit 915e247
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h4 class="side-nav-title">Contributing</h4>

## Ruby Gem

To install Calcite-Web as a ruby gem, add a reference to your the gem to your Gemfile:
To install Calcite-Web as a ruby gem, add a reference to the gem to your Gemfile:

```
gem "calcite-web", :git => "https://github.com/ArcGIS/calcite-web.git", :tag => "v0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/layouts/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="container">

<h1 class="sub-nav-title"><a href="{{relativePath}}" class="link-white">Web</a></h1>
<a href="#" class="btn btn-orange btn-arrow right leader-1">Call to Action</a>
<a href="https://github.com/ArcGIS/calcite-web/releases" class="btn btn-orange btn-arrow right leader-1">Latest Release</a>
<nav class="sub-nav-list">
<a class="sub-nav-link is-active" href="{{relativePath}}">Calcite Web</a>
<a class="sub-nav-link" href="#">Calcite Dojo</a>
Expand Down
5 changes: 4 additions & 1 deletion lib/sass/calcite-web/patterns/_third-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
@include font-size(-2);
margin-right: $baseline * 0.75;
&.is-active {
font-weight: 600;
font-weight: 400;
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 72dpi) {
font-weight: 500;
}
}
}

0 comments on commit 915e247

Please sign in to comment.