Skip to content

Instantly share code, notes, and snippets.

@jorilallo
Created April 1, 2011 17:33
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 jorilallo/898526 to your computer and use it in GitHub Desktop.
Save jorilallo/898526 to your computer and use it in GitHub Desktop.
Boring Convore
p.follow-us {
display: none !important;
}
p.hosted a {
display: none !important;
}
div.box {
box-shadow: none !important;
-webkit-box-shadow: none !important;
-webkit-border-radius: none !important;
border-radius: none !important;
}
a.tweet-button img {
display: none !important;
}
a.facebook-button img {
display: none !important;
}
#top-content .box h2 a {
display: block !important;
}
.gray-btns invite-others {
position: relative !important;
}
#top-content .box {
background: #fff !important;
}
ul.userpics {
height: 70px !important;
overflow: hidden !important;
}
.group #main {
margin: 20px 0 0 0 !important;
}
.unread-count {
background-color: #ccc !important;
}
a.gray-btns.invite-others {
position: relative !important;
float: right !important;
right: 0 !important;
top: 0 !important;
}
a.gray-btns.dropdown.for-group-actions {
float: left !important;
position: relative !important;
right: 0 !important;
top: 0 !important;
}
#top-content {
width: 260px !important;
height: auto !important;
float: left !important;
margin-top: 20px !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
margin-left: 0 !important;
}
.group #sidebar {
margin: 160px 0 0 !important;
}
div.mask {
height: 30px !important;
top: 40px !important;
}
#group-actions {
top: 75px !important;
left: 5px !important;
right: none !important;
}
span.global-unread-count {
background: #222 !important;
top: 1px !important;
right: 195px !important;
}
#top-content .box h2 {
display: block !important;
float: none !important;
width: auto !important;
height: 66px !important;
margin-bottom: 10px !important;
}
div.pad h2 span {
overflow: hidden !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment