Skip to content

Instantly share code, notes, and snippets.

@eojthebrave
Forked from q0rban/yammer.css
Last active October 8, 2015 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save eojthebrave/3296539 to your computer and use it in GitHub Desktop.
Save eojthebrave/3296539 to your computer and use it in GitHub Desktop.
Fluid Userstyle for Yammer
div.page-content.two-column-layout,
.column-two-left,
.yj-main-content{
margin-left: auto !important;
margin-right: auto !important;
width: 500px !important;
}
#column-two {
width: 100% !important;
}
body,
div.page-content.two-column-layout,
div.page-content.three-column-layout {
background: none !important;
width: 100% !important;
}
#main-column {
margin: 0 20px !important;
}
body #header-navigation,
body #header-navigation #header-left,
body #header-navigation #header-right {
margin: 0 !important;
width: auto !important;
}
#masthead-container,
#column-one,
#column-three,
.yj-selector-right-sidebar,
.yj-chatmanager,
#footer {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment