This commit is contained in:
Christopher Chedeau 2015-03-25 13:32:42 -07:00
Родитель c61fbf483f
Коммит a7452c4a5f
4 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -15,6 +15,7 @@ var HeaderLinks = React.createClass({
links: [
{section: 'docs', href: '/react-native/docs/getting-started.html#content', text: 'docs'},
{section: 'support', href: '/react-native/support.html', text: 'support'},
{section: 'react', href: 'http://facebook.github.io/react', text: 'react'},
{section: 'github', href: 'http://github.com/facebook/react-native', text: 'github'},
],

Просмотреть файл

@ -39,7 +39,7 @@ var Site = React.createClass({
<div className="nav-main">
<div className="wrap">
<a className="nav-home" href="/react-native/">
<img src="/react-native/img/logo.png" />
<img src="/react-native/img/header_logo.png" />
React Native
</a>
<HeaderLinks section={this.props.section} />

Просмотреть файл

@ -285,10 +285,13 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
}
.nav-home img {
vertical-align: -7px;
margin-right: 7px;
width: 30px;
height: 30px;
vertical-align: -9px;
margin-right: 8px;
margin-left: 1px;
width: 34px;
}
.nav-main a.nav-home {
color: white;
}
.nav-main ul {

Двоичные данные
website/src/react-native/img/header_logo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.9 KiB