ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 99518a643257a83bdc548e390b4c55e2ac098545
parent 6baba65c0c53cc1adb2797605273e3a369e9e509
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Fri, 10 Oct 2014 19:43:43 +0400

Update title in the navbar

Diffstat:
Msrc/components/Navbar.jsx | 2+-
Msrc/styles/navbar.less | 4++++
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx @@ -14,7 +14,7 @@ var Navbar = React.createClass({ <div className="container"> <Link className="navbar-brand row" to="/"> <img src="/images/logo-small.png" width="38" height="38" alt="React" /> - {' React.js Starter Kit'} + <span>React.js Starter Kit</span> </Link> </div> </div> diff --git a/src/styles/navbar.less b/src/styles/navbar.less @@ -20,6 +20,10 @@ body { padding-bottom: 8px; color: #00d8ff !important; font-size: 24px; + + img { + margin-right: 10px; + } } //