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

Commit

Permalink
Update to 0.4.1
Browse files Browse the repository at this point in the history
Added the titles of the projects to the carousel, as well as some minor
tweaks to the carousel.
  • Loading branch information
khotchkiss13 committed Dec 4, 2014
1 parent 14f12e7 commit 4e36cdf
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 43 deletions.
11 changes: 9 additions & 2 deletions css/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
position: relative;
list-style: none;
margin: 0;
padding: 0;
padding: 10px;
}

.jcarousel li {
Expand Down Expand Up @@ -53,7 +53,7 @@
.jcarousel-control-prev,
.jcarousel-control-next {
position: absolute;
top: 50%;
top: 35%;
margin-top: -15px;
width: 30px;
height: 30px;
Expand All @@ -79,6 +79,13 @@
right: -35px;
}

.jcarousel-control-next:hover,
.jcarousel-control-prev:hover{
-moz-box-shadow: 0 0 5px #000000;
-webkit-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 5px #000000;
}

.jcarousel-pagination {
position: absolute;
bottom: -40px;
Expand Down
Loading

0 comments on commit 4e36cdf

Please sign in to comment.