Skip to content
This repository has been archived by the owner on Oct 4, 2017. It is now read-only.

Commit

Permalink
prefix .clerfix with .resume to avoid conflict, fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed May 14, 2012
1 parent eaee69f commit ba0f5bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/front-end/resume-style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.resume .organization:hover .post-edit-link {display:inline;} .resume .organization:hover .post-edit-link {display:inline;}


/* Clearfix */ /* Clearfix */
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} .resume .clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix { display: inline-block;} .resume .clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block;} html[xmlns] .resume .clearfix { display: block;}
* html .clearfix { height: 1%; } * html .resume .clearfix { height: 1%; }

0 comments on commit ba0f5bd

Please sign in to comment.