style.css 386 B

1234567891011121314151617181920212223242526
  1. .bs-docs-featurette .row {
  2. text-align: left;
  3. }
  4. .bs-docs-nav + p {
  5. margin-bottom: 0;
  6. }
  7. .edit-page-link {
  8. float: right;
  9. font-size: 16px;
  10. font-weight: normal;
  11. line-height: 39px;
  12. }
  13. .examples-parent {
  14. position: relative;
  15. }
  16. .examples-button {
  17. position: absolute;
  18. left: 20px;
  19. top: 20px;
  20. }
  21. .tc {
  22. text-align: center;
  23. }
  24. .tc img {
  25. max-width: 100%;
  26. }