Added CSS workaround for double highlight blocks

This commit is contained in:
Mitchell Hashimoto 2010-03-02 10:23:08 -08:00
parent 8458f9791f
commit f99fdb2ee8
1 changed files with 3 additions and 0 deletions

View File

@ -225,6 +225,9 @@ blockquote {
margin-top: 5px;
}
/* WORKAROUND FOR GITHUB PAGES BUG */
.highlight + .highlight { display:none; }
/* -------------------------------
SIDEBAR
------------------------------ */