Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
comerc committed Feb 18, 2017
1 parent e4d6106 commit 7a56246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<title>Хабрахабр</title>
<meta name="referrer" content="unsafe-url">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/styles/posts.css" media="all">
<link rel="stylesheet" href="/styles/forms.css" media="all">
<link rel="stylesheet" href="/styles/all.css" media="all">
<link rel="stylesheet" href="/styles/global_main.css" media="all">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
6 changes: 0 additions & 6 deletions src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ class App extends Component {
title={title}
titleTemplate="%s / Хабрахабр"
defaultTitle="Хабрахабр"
link={[
{rel: 'stylesheet', href: '/styles/posts.css', media: 'all'},
{rel: 'stylesheet', href: '/styles/forms.css', media: 'all'},
{rel: 'stylesheet', href: '/styles/all.css', media: 'all'},
{rel: 'stylesheet', href: '/styles/global_main.css', media: 'all'}
]}
/>
<div className="layout__navbar">
<MainNavBar></MainNavBar>
Expand Down

0 comments on commit 7a56246

Please sign in to comment.