[#427] Fixed styles in footer.
This commit is contained in:
parent
fb4541ccb4
commit
86caefa92a
@ -79,43 +79,42 @@
|
||||
|
||||
{{content}}
|
||||
|
||||
<div class="container">
|
||||
<section class="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<p class="getit-btn"><a href="{{page.root}}docs/" class="btn">Use the Library »</a></p>
|
||||
<p>Recline.js is freely redistributable under the terms of the MIT license.</p>
|
||||
</div>
|
||||
<div class="span3">
|
||||
<p><a href="http://www.shuttleworthfoundation.org/"><img src="http://farm8.staticflickr.com/7019/6467412887_18f72f5066_n.jpg" style="width: 140px;" alt="Supported by funding from the Shuttleworth Foundation" /></a></p>
|
||||
<ul>
|
||||
<li><a href="http://datahub.io/">The DataHub</a></li>
|
||||
<li><a href="http://OpenSpending.org/">OpenSpending.org</a></li>
|
||||
<li><a href="http://datacouch.com/">DataCouch.com</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span3">
|
||||
<ul>
|
||||
<li><a href="http://okfnlabs.org/">Open Knowledge Foundation Labs</a></li>
|
||||
<li><a href="http://opendefinition.org/">Open Definition</a></li>
|
||||
<li><a href="http://okfn.org/">Open Knowledge Foundation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span2">
|
||||
<h5>Contacts</h5>
|
||||
<ul style="list-style-type: none; margin-left: 0;">
|
||||
<li><a href="http://twitter.com/okfnlabs">@OKFNLabs</a></li>
|
||||
<li><a href="http://twitter.com/maxogden">@maxogden</a></li>
|
||||
<li><a href="http://twitter.com/rufuspollock">@rufuspollock</a></li>
|
||||
</ul>
|
||||
<a class="nav-logo" href="http://okfn.org/" title="An Open Knowledge Foundation Project">
|
||||
<img src="http://assets.okfn.org/p/okfn/img/logo_28x30.png" alt="Open Knowledge Foundation logo" />
|
||||
</a>
|
||||
</div>
|
||||
<section class="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<p class="getit-btn"><a href="{{page.root}}docs/" class="btn">Use the Library »</a></p>
|
||||
<p>Recline.js is freely redistributable under the terms of the MIT license.</p>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<p><a href="http://www.shuttleworthfoundation.org/"><img src="http://farm8.staticflickr.com/7019/6467412887_18f72f5066_n.jpg" style="width: 140px;" alt="Supported by funding from the Shuttleworth Foundation" /></a></p>
|
||||
<ul>
|
||||
<li><a href="http://datahub.io/">The DataHub</a></li>
|
||||
<li><a href="http://OpenSpending.org/">OpenSpending.org</a></li>
|
||||
<li><a href="http://datacouch.com/">DataCouch.com</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<ul>
|
||||
<li><a href="http://okfnlabs.org/">Open Knowledge Foundation Labs</a></li>
|
||||
<li><a href="http://opendefinition.org/">Open Definition</a></li>
|
||||
<li><a href="http://okfn.org/">Open Knowledge Foundation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<h4>Contacts</h4>
|
||||
<ul style="list-style-type: none; margin-left: 0; padding: 0px;">
|
||||
<li><a href="http://twitter.com/okfnlabs">@OKFNLabs</a></li>
|
||||
<li><a href="http://twitter.com/maxogden">@maxogden</a></li>
|
||||
<li><a href="http://twitter.com/rufuspollock">@rufuspollock</a></li>
|
||||
</ul>
|
||||
<a class="nav-logo" href="http://okfn.org/" title="An Open Knowledge Foundation Project">
|
||||
<img src="http://assets.okfn.org/p/okfn/img/logo_28x30.png" alt="Open Knowledge Foundation logo" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
</div><!-- /.container -->
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -28,6 +28,7 @@ body, p {
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family:'PT Sans',Helvetica, Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user