1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| .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;
| }
| .tc {
| text-align: center;
| }
| .tc img {
| max-width: 100%;
| }
|
|