blob: 272c83ed9c2bfdb5ee857fa89e06271485542497 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
.slides_container {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 80%;
width: 400px;
height: 300px;
}
.slide-current {
font-weight: bold;
}
|