Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active July 11, 2017 11:41
Show Gist options
  • Save bigin/670d9f6116e63a727c165c8d4906f29d to your computer and use it in GitHub Desktop.
Save bigin/670d9f6116e63a727c165c8d4906f29d to your computer and use it in GitHub Desktop.
figure {
overflow: hidden;
}
figure img {
max-width: 100%;
}
.glyphicon {
margin-right:5px;
}
.thumbnail {
margin-bottom: 20px;
padding: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.item.list-group-item {
float: none;
width: 100%;
background-color: #fff;
margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover {
background: #428bca;
}
.item.list-group-item .list-group-image {
margin-right: 10px;
}
.item.list-group-item .thumbnail {
margin-bottom: 0px;
}
.item.list-group-item .caption {
padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd) {
background: #eeeeee;
}
.item.list-group-item:before, .item.list-group-item:after {
display: table;
content: " ";
}
.item.list-group-item img {
float: left;
}
.item.list-group-item:after {
clear: both;
}
.list-group-item-text {
margin: 0 0 11px;
}
.tag {
display: inline-block;
margin-right: 3px;
}
.tag a {
display: inline-block;
background-color: #fff;
padding: 2px 10px;
margin-bottom: 3px;
border: solid 1px #d2d7dc;
border-radius: 2em;
line-height: 140%;
text-decoration: none;
}
.tag a:hover {
text-decoration: none;
border-color: #b9bec3;
}
/* global stuff */
.ts-1 {
margin-top: 10px;
}
.bts-24 {
margin-top: 20px;
margin-bottom: 40px;
}
.item-wrapper {
margin-bottom: 100px;
}
.item-date {
font-size: 16px;
}
/* Breadcrumbs */
.bc-separator {
display: inline-block;
margin: 0 10px;
color: #999;
}
.bc-active {
color: #999;
}
/* Pagination */
.paginator-wrapper a {
padding: 9px 14px;
margin: 0;
color: #555;
text-decoration: none;
font-weight: normal;
border: solid 1px #ddd;
}
.paginator-wrapper .paginator-current {
background-color: #eee;
}
.paginator-wrapper .paginator-disabled, .paginator-wrapper .paginator-current {
padding: 9px 14px;
border: solid 1px #ddd;
background-color: #f8f8f8;
}
.paginator-wrapper span {
margin: 0;
}
.footer-bottom {
border-top: 1px solid #DDDDDD;
padding-top: 10px;
padding-bottom: 10px;
}
.footer-bottom p.pull-left {
padding-top: 6px;
}
.payments {
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment