mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
20 lines
306 B
CSS
20 lines
306 B
CSS
iframe.vshare__left,
|
|
div.vshare__left {
|
|
float: left;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
iframe.vshare__right,
|
|
div.vshare__right {
|
|
float: right;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
iframe.vshare__center,
|
|
div.vshare__center {
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
display: block;
|
|
}
|
|
|