xref: /plugin/vshare/all.css (revision 7669dec7f9de0c068798bbe6e7a3bb82408fac9d)
1iframe.vshare__left,
2div.vshare__left {
3    float: left;
4    margin-right: 1em;
5}
6
7iframe.vshare__right,
8div.vshare__right {
9    float: right;
10    margin-left: 1em;
11}
12
13iframe.vshare__center,
14div.vshare__center {
15    text-align: center;
16    margin-left: auto;
17    margin-right: auto;
18    display: block;
19}
20
21