mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
9 lines
203 B
CSS
9 lines
203 B
CSS
|
/* Online image */
|
||
|
.online { background-image: url("./icon_user_online.gif"); }
|
||
|
|
||
|
.imageset.icon_user_online {
|
||
|
background-image: url("./icon_user_online.gif");
|
||
|
padding-left: 58px;
|
||
|
padding-top: 58px;
|
||
|
}
|