Skip to content

Instantly share code, notes, and snippets.

@stevegraham
Created June 7, 2011 11:39
Show Gist options
  • Save stevegraham/1012070 to your computer and use it in GitHub Desktop.
Save stevegraham/1012070 to your computer and use it in GitHub Desktop.
culture css fixes
div#content h2 img {
float: left;
margin-right: 3px;
}
div.comment {
min-height:94px;
padding-bottom: 10px !important;
}
dd.users {
padding: 5px 0 !important;
}
dd.users div {
float: none !important;
display: inline;
margin: 0 !important;
}
dd.users div img.thumb {
width: 24px !important;
height: 24px !important;
}
div.info_bar.grid_9 {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment