33 lines
452 B
SCSS
33 lines
452 B
SCSS
.pull-right > img,
|
|
.pull-left > img,
|
|
.pull-right > a > img,
|
|
.pull-left > a > img {
|
|
margin: 10px;
|
|
}
|
|
|
|
.centered {
|
|
text-align: center;
|
|
}
|
|
|
|
.ragged-left {
|
|
text-align: left;
|
|
}
|
|
|
|
li.row-fluid {
|
|
display: block;
|
|
}
|
|
|
|
.page-header {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.row-striped .row-fluid:nth-child(n),
|
|
.list-striped li:nth-child(n),
|
|
.table-striped tbody > tr:nth-child(n) > td {
|
|
background-color: inherit;
|
|
}
|
|
|
|
.well {
|
|
background-color: inherit;
|
|
}
|