Skip to content

Commit

Permalink
minor text changes and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed Mar 2, 2015
1 parent 7d48abc commit ccefbaf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions application/views/common/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<div id="footer">
<div class="container">
<div class="row">
<div class="span5">
<div class="span7">
<?php if (uri_string() == ""):?>
<p class="hidden-phone"><a href="info/slide-info" class="slide-info">Source information for background images</a></p>
<?php endif ?>
</div>
<p class="span7">Copyright 2015 &copy; <a href="http://www.library.ualberta.ca">University of Alberta Libraries</a>, Bruce Peel Special Collections Library, B7 Rutherford South, Edmonton, AB, Canada T6G 2J4 :: <a href="http://www.library.ualberta.ca/privacy/">Web Site Privacy Policy</a></p>
<p class="span5">Copyright 2015 &copy; <a href="http://www.library.ualberta.ca">University of Alberta Libraries</a>, Bruce Peel Special Collections Library, B7 Rutherford South, Edmonton, AB, Canada T6G 2J4 :: <a href="http://www.library.ualberta.ca/privacy/">Web Site Privacy Policy</a></p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion application/views/exhibits/past.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Previous In-House Exhibitions<a href="/exhibits" class="myButton" id="back">Back to Exhibits</a></h2>
<h2>Previous In-House Exhibitions<a href="/exhibits" class="myButton" id="back">Back to Exhibitions</a></h2>

<?php foreach ($exhibits as $exhibit_item): ?>
<?php if ($exhibit_item['subjects'] == 'past'): ?>
Expand Down
2 changes: 1 addition & 1 deletion application/views/pages/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<h2>News </h2>
<ul>

<li><a href="https://www.library.ualberta.ca/aboutus/bpsc-closure">The Bruce Peel Special Collections Library <strong><em>will be closed</em></strong> for renovations from approximately April 2015 to January 2016. Click here for more information.</a></li>
<li><a href="https://www.library.ualberta.ca/aboutus/bpsc-closure">The Bruce Peel Special Collections Library <strong><em>will be closed</em></strong> for renovations from 3 April 2015 to approximately January 2016. Click here for more information.</a></li>

</ul>

Expand Down
1 change: 1 addition & 0 deletions docroot/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ float: left;
background-color:#f4eea0;
padding: 20px 25px 46px 30px;
}

}


Expand Down

0 comments on commit ccefbaf

Please sign in to comment.