2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

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
+2
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;
+8
View File
@@ -32,3 +32,11 @@ a.thumbnail:hover {
.thumbnail .caption {
padding: 9px;
}
.carousel .item {
display: none;
}
.carousel .active {
display: block;
}