Added sfw
parent
3851dbceeb
commit
d7d115328f
1 changed files with 9 additions and 0 deletions
|
@ -108,4 +108,13 @@ ol li .message a.name {
|
||||||
ol li:hover .message a.name {
|
ol li:hover .message a.name {
|
||||||
background: #efefef;
|
background: #efefef;
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
<h2 id="sfw"><a href="#sfw">Make Bungloo "save for work"</a></h2>
|
||||||
|
|
||||||
|
Hides all colorfull avatars, images, maps, videos, etc.
|
||||||
|
|
||||||
|
```
|
||||||
|
.sidebar-user, .image, .images { display: none; }
|
||||||
|
.data { margin-left: 0; }
|
||||||
```
|
```
|
Reference in a new issue