Use Bootstrap default class instead of custom one
This commit is contained in:
parent
45046b77e3
commit
f7ad2aeea5
2 changed files with 1 additions and 6 deletions
|
@ -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>
|
||||||
|
|
|
@ -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%;
|
||||||
|
|
Loading…
Reference in a new issue