Commit 50dd5d50 authored by Mark Otto's avatar Mark Otto

fix about page html validation and run grunt

parent 6307d2c9
...@@ -27,26 +27,34 @@ base_url: "../" ...@@ -27,26 +27,34 @@ base_url: "../"
</div> </div>
<p class="lead">Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.</p> <p class="lead">Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.</p>
<div class="list-group bs-team"> <div class="list-group bs-team">
<a class="list-group-item team-member" href="https://github.com/mdo"> <div class="list-group-item">
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mdo&amp;type=follow" width="120" height="20"></iframe> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mdo&amp;type=follow"></iframe>
<img src="http://www.gravatar.com/avatar/bc4ab438f7a4ce1c406aadc688427f2c" alt="@mdo"> <a class="team-member" href="https://github.com/mdo">
<strong>Mark Otto</strong> <small>@mdo</small> <img src="http://www.gravatar.com/avatar/bc4ab438f7a4ce1c406aadc688427f2c" alt="@mdo">
</a> <strong>Mark Otto</strong> <small>@mdo</small>
<a class="list-group-item team-member" href="https://github.com/fat"> </a>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=fat&amp;type=follow" width="120" height="20"></iframe> </div>
<img src="http://www.gravatar.com/avatar/a98244cbdacaf1c0b55499466002f7a8" alt="@fat"> <div class="list-group-item">
<strong>Jacob Thornton</strong> <small>@fat</small> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=fat&amp;type=follow"></iframe>
</a> <a class="team-member" href="https://github.com/fat">
<a class="list-group-item team-member" href="https://github.com/cvrebert"> <img src="http://www.gravatar.com/avatar/a98244cbdacaf1c0b55499466002f7a8" alt="@fat">
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=cvrebert&amp;type=follow" width="120" height="20"></iframe> <strong>Jacob Thornton</strong> <small>@fat</small>
<img src="http://www.gravatar.com/avatar/edec428c425453955f770095a7d26c50" alt="@cvrebert"> </a>
<strong>Chris Rebert</strong> <small>@cvrebert</small> </div>
</a> <div class="list-group-item">
<a class="list-group-item team-member" href="https://github.com/juthilo"> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=cvrebert&amp;type=follow"></iframe>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=juthilo&amp;type=follow" width="120" height="20"></iframe> <a class="team-member" href="https://github.com/cvrebert">
<img src="http://www.gravatar.com/avatar/0f7dd3ce58a416be5685ea6194f82b11" alt="@juthilo"> <img src="http://www.gravatar.com/avatar/edec428c425453955f770095a7d26c50" alt="@cvrebert">
<strong>Julian Thilo</strong> <small>@juthilo</small> <strong>Chris Rebert</strong> <small>@cvrebert</small>
</a> </a>
</div>
<div class="list-group-item">
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=juthilo&amp;type=follow"></iframe>
<a class="team-member" href="https://github.com/juthilo">
<img src="http://www.gravatar.com/avatar/0f7dd3ce58a416be5685ea6194f82b11" alt="@juthilo">
<strong>Julian Thilo</strong> <small>@juthilo</small>
</a>
</div>
</div> </div>
<p>Get involved with Bootstrap development by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a> or submitting a pull request. Read our <a href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how we develop.</p> <p>Get involved with Bootstrap development by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a> or submitting a pull request. Read our <a href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how we develop.</p>
</div> </div>
......
...@@ -617,9 +617,11 @@ h1[id] { ...@@ -617,9 +617,11 @@ h1[id] {
color: #333; color: #333;
text-decoration: none; text-decoration: none;
} }
.bs-team iframe { .bs-team .github-btn {
float: right; float: right;
margin-top: 6px; margin-top: 6px;
width: 120px;
height: 20px;
} }
.bs-team img { .bs-team img {
float: left; float: left;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment