Skip to content

Instantly share code, notes, and snippets.

@braddalton
Forked from GaryJones/annotated-style.css
Last active December 18, 2015 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/5832491 to your computer and use it in GitHub Desktop.
Save braddalton/5832491 to your computer and use it in GitHub Desktop.
/* Same as other file, but with extra notes */
/* Embedded Gists */
.line-code::before,
.line-code::after,
.line::before,
.line::after {
content: ''; /* Fixes addition of float-clearing space added to before and after global pre and div elements */
}
.line-number,
.gist .line-data > .line-code {
line-height: 1.2; /* Fixes redundant body line-height of 1.625 - Gist style default is to inherit line-height */
}
/* The following is only needed for Genesis Beta 1 or Beta 2, and is not included in the other style sheet. */
.line-code {
color: #000; /* Fixes choice of grey coloring for pre elements */
overflow: hidden; /* Fixes choice of overflow scroll for pre elements */
}
/* Embedded Gists */
.line-code::before,
.line-code::after,
.line::before,
.line::after {
content: '';
}
.line-number,
.gist .line-data > .line-code {
line-height: 1.2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment