Skip to content

Commit

Permalink
cleaning files
Browse files Browse the repository at this point in the history
  • Loading branch information
15Dkatz committed Feb 20, 2017
1 parent e50397d commit e74fd5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
11 changes: 0 additions & 11 deletions app/components/Global.js

This file was deleted.

7 changes: 0 additions & 7 deletions app/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
import React from 'react';
import ReactDOM from 'react-dom';
import Global from './components/Global';

ReactDOM.render(
<Global />, document.getElementById('root')
);
5 changes: 2 additions & 3 deletions build/index.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*STYLES FOR THE REACT PROJECT*/
.App {
.Global {
text-align: center;
padding: 10px;
}

/* Gallery styles */
/* Gallery Styles */
.book {
display: inline-block;
width: 220px;
Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>App</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./index.css">
</head>
<body>
Expand Down

0 comments on commit e74fd5d

Please sign in to comment.