start playing with carousel stuff

This commit is contained in:
Jacob Thornton
2012-01-02 16:04:01 -08:00
parent 12868933b9
commit 2d092dfeea
6 changed files with 106 additions and 5 deletions

View File

@@ -22,6 +22,8 @@
top: 50%;
left: 50%;
z-index: 11000;
max-height: 500px;
overflow: auto;
width: 560px;
margin: -250px 0 0 -250px;
background-color: @white;

View File

@@ -32,3 +32,11 @@ a.thumbnail:hover {
.thumbnail .caption {
padding: 9px;
}
.carousel .item {
display: none;
}
.carousel .active {
display: block;
}