Skip to content

Commit

Permalink
Got the slides working with portrait oriented photos
Browse files Browse the repository at this point in the history
  • Loading branch information
herbps10 committed Jun 6, 2012
1 parent 1ee1840 commit b4cece1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Binary file modified app/assets/images/arrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions app/assets/stylesheets/styles.css
Expand Up @@ -66,6 +66,10 @@ header {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(0.379, rgba(226, 233, 235, 0.49)), to(#c5d2d7));
}

header h1 {
padding-left: 0;
}

h1 {
padding: 12px 12px 0;
color: #4d72b1;
Expand Down Expand Up @@ -621,8 +625,10 @@ dl.show h4, h4.wide {
text-align: right;
background: #4D72B1;
color: white;
padding: 10px;
padding: 8px 10px;
border-radius: 5px;
box-shadow: inset 0px 0px 2px white;
border: 1px solid #4D72B1;
}

dl.show section {
Expand Down Expand Up @@ -695,13 +701,18 @@ dt, dd {

.slides_container {
width: 100%;
height: 200px;
height: 300px;
margin: 20px auto;
}

.slides_container img {
}

#slides .pagination {
position: relative;
top: -360px;
}

#slides .pagination li {
display: inline-block;
}
Expand Down

0 comments on commit b4cece1

Please sign in to comment.