| 1234567891011121314151617181920 |
- .bs-docs-featurette .row {
- text-align: left;
- }
- .bs-docs-nav + p {
- margin-bottom: 0;
- }
- .edit-page-link {
- float: right;
- font-size: 16px;
- font-weight: normal;
- line-height: 39px;
- }
- .examples-parent {
- position: relative;
- }
- .examples-button {
- position: absolute;
- left: 20px;
- top: 20px;
- }
|