2014-09-18 14:19:04 -06:00

19 lines
312 B
CSS

body {
padding-top: 50px;
padding-bottom: 20px;
}
.thumbnail {
width: 200px;
}
.navbar-brand-title {
float: left;
padding: 15px;
height: 50px;
line-height: 20px;
font-size: large;
color: #ffffff;
}
.navbar-brand-title:hover {
color: lightgray;
text-decoration: none;
}