[#427] Fixed styles in footer.
This commit is contained in:
@@ -79,15 +79,14 @@
|
|||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="col-md-3">
|
||||||
<p class="getit-btn"><a href="{{page.root}}docs/" class="btn">Use the Library »</a></p>
|
<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>
|
<p>Recline.js is freely redistributable under the terms of the MIT license.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<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>
|
<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>
|
<ul>
|
||||||
<li><a href="http://datahub.io/">The DataHub</a></li>
|
<li><a href="http://datahub.io/">The DataHub</a></li>
|
||||||
@@ -95,16 +94,16 @@
|
|||||||
<li><a href="http://datacouch.com/">DataCouch.com</a></li>
|
<li><a href="http://datacouch.com/">DataCouch.com</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="col-md-4">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://okfnlabs.org/">Open Knowledge Foundation Labs</a></li>
|
<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://opendefinition.org/">Open Definition</a></li>
|
||||||
<li><a href="http://okfn.org/">Open Knowledge Foundation</a></li>
|
<li><a href="http://okfn.org/">Open Knowledge Foundation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="span2">
|
<div class="col-md-3">
|
||||||
<h5>Contacts</h5>
|
<h4>Contacts</h4>
|
||||||
<ul style="list-style-type: none; margin-left: 0;">
|
<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/okfnlabs">@OKFNLabs</a></li>
|
||||||
<li><a href="http://twitter.com/maxogden">@maxogden</a></li>
|
<li><a href="http://twitter.com/maxogden">@maxogden</a></li>
|
||||||
<li><a href="http://twitter.com/rufuspollock">@rufuspollock</a></li>
|
<li><a href="http://twitter.com/rufuspollock">@rufuspollock</a></li>
|
||||||
@@ -114,7 +113,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</div><!-- /.container -->
|
</div><!-- /.container -->
|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ body, p {
|
|||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family:'PT Sans',Helvetica, Arial, sans-serif;
|
font-family:'PT Sans',Helvetica, Arial, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user