mkdocs / mkdocs-bootswatch

MkDocs Bootswatch Themes
http://mkdocs.github.io/mkdocs-bootswatch
BSD 2-Clause "Simplified" License
143 stars 60 forks source link

[Q] Progressbar has border and padding with using "yeti theme". #46

Closed Guang1234567 closed 4 years ago

Guang1234567 commented 6 years ago

Hello dev:

I use the yeti theme in https://bootswatch.com/yeti/

Then i write


<div class="progress">
  <div class="progress-bar bg-success" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="progress">
  <div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="progress">
  <div class="progress-bar bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="progress">
  <div class="progress-bar bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>

into my markdown file, and it looks like below:

20180612134944

not render like below in https://bootswatch.com/yeti/

20180612134944

waylan commented 6 years ago

I'm guessing here but I would assume the multi-color progress bars require bootstrap 3. However, we are using Bootstrap 2 for the reasons cited here.

waylan commented 4 years ago

I'm closing this as resolved in #58.