Skip to content

Commit a7452c4

Browse files
committed
White logo
1 parent c61fbf4 commit a7452c4

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

website/core/HeaderLinks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ var HeaderLinks = React.createClass({
1515
links: [
1616
{section: 'docs', href: '/react-native/docs/getting-started.html#content', text: 'docs'},
1717
{section: 'support', href: '/react-native/support.html', text: 'support'},
18+
{section: 'react', href: 'http://facebook.github.io/react', text: 'react'},
1819
{section: 'github', href: 'http://github.com/facebook/react-native', text: 'github'},
1920
],
2021

website/core/Site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var Site = React.createClass({
3939
<div className="nav-main">
4040
<div className="wrap">
4141
<a className="nav-home" href="/react-native/">
42-
<img src="/react-native/img/logo.png" />
42+
<img src="/react-native/img/header_logo.png" />
4343
React Native
4444
</a>
4545
<HeaderLinks section={this.props.section} />

website/src/react-native/css/react-native.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,13 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
285285
}
286286

287287
.nav-home img {
288-
vertical-align: -7px;
289-
margin-right: 7px;
290-
width: 30px;
291-
height: 30px;
288+
vertical-align: -9px;
289+
margin-right: 8px;
290+
margin-left: 1px;
291+
width: 34px;
292+
}
293+
.nav-main a.nav-home {
294+
color: white;
292295
}
293296

294297
.nav-main ul {
2.88 KB
Loading

0 commit comments

Comments
 (0)