Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed Mar 29, 2017
1 parent f2df450 commit 7ff976a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion application/views/pages/contact.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div class="row">
<h2>Contact Bruce Peel Special Collections</h2>

<div class="span9">
<div class="row">
Expand Down
6 changes: 3 additions & 3 deletions application/views/pages/visit.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@
</div>
<div class="span3 getting">
<h3>Hours</h3>
<h3 class="no-back">Hours</h3>
<p>Bruce Peel Special Collections is open year round, Monday through Friday from 12:00pm to 4:30pm, excluding holidays.</p>
<h3>Location</h3>
<h3 class="no-back">Location</h3>
<p>The University of Alberta is accessible via Edmonton Transit Service (link), either through the LRT (University Station)
or numerous bus routes.</p>
<p>Bruce Peel Special Collections is located on the University of Alberta’s North Campus, in the basement of Rutherford South.
The basement can be reached via the staircases on the west and east sides of the main level of Rutherford South.</p>
<h3>Accessibility</h3>
<h3 class="no-back">Accessibility</h3>
<p>Researchers with mobility restrictions can access the library using the elevator located on the main floor of the School
of Library and Information Studies (SLIS). The entrance to SLIS (which is wheelchair accessible) is located on the southwest
corner of Rutherford South. The elevator is located past the second set of doors. To reach the Peel library, take the elevator
Expand Down
6 changes: 4 additions & 2 deletions docroot/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -774,21 +774,23 @@ float: left;
line-height: 30px;
}
.getting h3{

background-color: #fff;
margin: 0;
padding:15px;
border: 2px solid #efefef;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.getting h3.no-back{
background-color: transparent;
}
.visit-rules{
margin: 10px 50px;

}
.contact-image{
float: right;
margin-right: 100px;
margin-top: -20px;
width: 450px;
}
.int{
Expand Down

0 comments on commit 7ff976a

Please sign in to comment.