22 lines
206 B
CSS
22 lines
206 B
CSS
#panorama
|
|
{
|
|
display: inline;
|
|
}
|
|
|
|
#panorama_div
|
|
{
|
|
width: 100%;
|
|
text-align:center;
|
|
}
|
|
|
|
#sipky
|
|
{
|
|
margin-left: 47.5%;
|
|
}
|
|
|
|
#sipky > button
|
|
{
|
|
width: 50px;
|
|
height: 50px;
|
|
font-size: 30px;
|
|
} |