1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/vshare/all.css

24 lines
373 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;
}
iframe.vshare__none,
div.vshare__none {
margin: 1px 3px 1px 3px;
}