Skip to content

Instantly share code, notes, and snippets.

@sirkitree
Created January 28, 2012 17:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirkitree/1695234 to your computer and use it in GitHub Desktop.
Save sirkitree/1695234 to your computer and use it in GitHub Desktop.
Userstyle for Yammer within Fluid
body,
div.page-content.two-column-layout,
div.page-content.three-column-layout {
background: none !important;
}
.two-column-layout #column-two {
margin-top: 0px;
}
div#column-two {
padding: 30px 0 0 30px !important;
}
div.page-header,
div.yj-feed-title-container,
#column-three,
#column-one,
#footer {
display: none !important;
}
div.yj-avatar img {
border-radius: 3px;
box-shadow: 3px 3px 1px #888;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment