Use Bootstrap default class instead of custom one

This commit is contained in:
Gabriel Augendre 2016-05-07 19:22:19 +02:00
parent 45046b77e3
commit f7ad2aeea5
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
2 changed files with 1 additions and 6 deletions

View file

@ -11,7 +11,7 @@ var About = React.createClass({
return ( return (
<div> <div>
<h2>About</h2> <h2>About</h2>
<p className="bg-info text-info"> <p className="alert alert-info">
<strong>DAVIDS</strong> stands for DuplicAtes VIewer and Detector for Spotify. <strong>DAVIDS</strong> stands for DuplicAtes VIewer and Detector for Spotify.
</p> </p>
<p> <p>

View file

@ -12,11 +12,6 @@
max-height: 50px; max-height: 50px;
} }
.bg-info {
padding: 1em;
border-radius: 1ex;
}
html { html {
position: relative; position: relative;
min-height: 100%; min-height: 100%;