Skip to content

Commit

Permalink
[Docs] Make retina react logo work
Browse files Browse the repository at this point in the history
Bourbon now takes *_2x instead of *@2x.
  • Loading branch information
chenglou committed Aug 24, 2014
1 parent 174e675 commit 2920473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="nav-main">
<div class="wrap">
<a class="nav-home" href="/react/index.html">
<img class="nav-logo" alt="" src="/react/img/logo_small.png" width="38" height="38">
<div class="nav-logo"></div>
React
</a>
<ul class="nav-site">
Expand Down
3 changes: 3 additions & 0 deletions docs/css/react.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ h1, h2, h3, h4, h5, h6 {
.nav-logo {
@include retina-image('../img/logo_small', 38px 38px);
vertical-align: middle;
display: inline-block;
width: 38px;
height: 38px;
}

ul {
Expand Down
File renamed without changes

0 comments on commit 2920473

Please sign in to comment.