mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
16 lines
233 B
CSS
16 lines
233 B
CSS
|
|
div.vshare__left,
|
|
div.vshare__right,
|
|
div.vshare__center {
|
|
border: 1px solid #ccc;
|
|
text-align: center;
|
|
padding: 2em;
|
|
}
|
|
|
|
a.vshare {
|
|
color: #aaa;
|
|
font-size: 2em;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|