Created
April 10, 2009 03:12
-
-
Save adamstac/92912 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.person.vcard.clearfix | |
= image_tag("/images/photo.jpg", :class => "photo") | |
.info | |
%h3.fn First Last | |
%p.title Title | |
%p.email= mail_to "[email protected]" | |
.bio | |
%p The vitality of conceptual synergies is of supreme importance whenever single-loop learning strategies go wrong, in order to build a shared view of what can be improved. The components and priorities for the change program building flexibility through spreading knowledge and self-organization, empowerment of all personnel, not just key operatives. Exploitation of core competencies as an essential enabler, by adopting project appraisal through incremental cash flow analysis. | |
/* ----------------------------------------------------- | |
.people | |
----------------------------------------------------- */ | |
.person { border-top: 1px solid #f2f2f2; margin-top: 15px; padding-top: 15px; } | |
.person:first-child { border-top: none; padding-top: 0; margin-top: 0; } | |
.person img { background: #e2e2e2; border: 1px solid #d2d2d2; display: inline; float: left; padding: 2px; } | |
.person .info, | |
.person .bio { margin-left: 240px; } | |
.person .info h3 { font-size: 16px; margin-bottom: 5px; } | |
.person .info p { font-size: 11px; margin-bottom: 0; } | |
.person .info { border-bottom: 1px solid #ccc; margin-bottom: 10px; padding-bottom: 10px; } | |
.person .bio p { line-height: 1.5; margin-bottom: 12px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment