Merge pull request #2083 from chenglou/docs-retina-icon

[Docs] Make retina react logo work
This commit is contained in:
Ben Alpert
2014-08-24 23:19:41 -07:00
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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">
+3
View File
@@ -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 {

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB