Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
fixed footers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff committed Aug 16, 2012
1 parent 022a9ee commit 30863d8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
5 changes: 3 additions & 2 deletions about.html
Expand Up @@ -51,7 +51,8 @@
<div class="row">
<div class="span9 text-block">
<h1>We're trying things in libraries.</h1>
<p>Come on by, we'd love to talk!</p>
<p>Come on by, we'd love to talk! <a href="
/blog/faq/">And checkout the FAQ</a></p>
</div>
</div><!--row-->

Expand Down Expand Up @@ -94,7 +95,7 @@ <h3><a href="http://osc.hul.harvard.edu/liblab">Harvard Library Lab</a></h3>
<div class="row">
<div class="span12">
<hr>
<p>Copyright &copy; 2012 The President and Fellows of Harvard College</p>
<p>Copyright &copy; 2012 The President and Fellows of Harvard College<br><a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a></p>
</div>
</div><!--row-->
</footer>
Expand Down
19 changes: 17 additions & 2 deletions css/style.css
Expand Up @@ -243,10 +243,19 @@ h4 a, h4{
footer p {
color:#ccc;
text-shadow: 1px 1px 0px #fff;
float:right;
margin-bottom:20px;
text-align:right;
margin:0px -10px;
padding-top:10px;
font-size:12px;
}

footer p a {
color:#aaa;
}

.footer-class {

}
h3 a, h3 {
-webkit-transition-property:color;
-webkit-transition-duration: 60ms;
Expand Down Expand Up @@ -299,6 +308,12 @@ h3.type-leading{
line-height:24px;
}

.text-block p a {
font-size:18px;
line-height:24px;
color:#09f;
text-decoration:underline;
}

.highlight {
background:#ff0;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -83,14 +83,14 @@ <h1>Harvard<br /> Library<br /> Innovation<br /> Lab</h1>
<div class=" offset1 span5 project" id="bigProject5">
</div>
</div><!--row-->
<footer>
<footer>
<div class="row">
<div class="span12">
<hr>
<p>Copyright &copy; 2012 The President and Fellows of Harvard College</p>
<p>Copyright &copy; 2012 The President and Fellows of Harvard College<br><a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a></p>
</div>
</div><!--row-->
</footer>
</footer>
</div><!--container-->
</div><!--container-->
<!-- Le javascript
Expand Down
14 changes: 7 additions & 7 deletions projects.html
Expand Up @@ -79,14 +79,14 @@ <h1>Investigations</h1>
</div><!--end span9 block, which sides beside the nav span2 block-->
</div><!--row-->

<footer>
<div class="row">
<div class="span12">
<hr>
<p>Copyright &copy; 2012 The President and Fellows of Harvard College</p>
</div>
<footer>
<div class="row">
<div class="span12">
<hr>
<p>Copyright &copy; 2012 The President and Fellows of Harvard College<br><a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a></p>
</div>
</div><!--row-->
</footer>
</footer>
</div><!--container-->

<!-- javascript
Expand Down

0 comments on commit 30863d8

Please sign in to comment.