Removing redundant bootstrap

This commit is contained in:
spf13 2014-08-19 21:46:27 -04:00
parent 864f91d90e
commit b047e2f880
3 changed files with 6 additions and 848 deletions

View file

@ -9,7 +9,7 @@
<title>Hugo :: A fast and modern static website engine</title>
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/bootstrap-theme.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Arbutus+Slab&family=Cabin:600&family=Source+Code+Pro' rel='stylesheet' type='text/css'>
<!-- Add custom CSS here -->

View file

@ -295,8 +295,8 @@ footer a:hover {
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
color: white;
background-color: black;
color: black;
background-color: aliceblue;
border-color: black;
}
@ -323,6 +323,9 @@ footer a:hover {
background-image: none;
}
.btn-info:hover, .btn-primary:hover, .btn-success:hover {
background: aliceblue;
}
div#carousel-quotes {
width:100%;

File diff suppressed because one or more lines are too long