start playing with carousel stuff
This commit is contained in:
parent
12868933b9
commit
2d092dfeea
6 changed files with 106 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -32,3 +32,11 @@ a.thumbnail:hover {
|
|||
.thumbnail .caption {
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
.carousel .item {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.carousel .active {
|
||||
display: block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue