From d7d115328f702565db6a4686ab0d26900bcfc2d1 Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 8 Apr 2013 12:50:32 -0700 Subject: [PATCH] Added sfw --- Plugins.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Plugins.md b/Plugins.md index d687465..8643d25 100644 --- a/Plugins.md +++ b/Plugins.md @@ -108,4 +108,13 @@ ol li .message a.name { ol li:hover .message a.name { background: #efefef; } +``` + +

Make Bungloo "save for work"

+ +Hides all colorfull avatars, images, maps, videos, etc. + +``` +.sidebar-user, .image, .images { display: none; } +.data { margin-left: 0; } ``` \ No newline at end of file