Return to Snippet

Revision: 13781
at May 6, 2009 06:03 by visualpropaganda


Updated Code
.vcard {
	font: 1em/1.5em "Baskerville", "Linotype Palatino", Times, Georgia, "Times New Roman", serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 250px;
	}

.vcard ul {font: 1em/1.5em "Baskerville", "Linotype Palatino", Times, Georgia, "Times New Roman", serif;}

.fn {               
	font-size: 1.25em;
	font-style: italic;
	letter-spacing: 0.05em;
	margin-bottom: 0.25em;
	}                   

.communication {float: right;}

.numbers {font-family: Georgia, serif; font-size: 0.875em;}                

#vcard-download {font-size: 0.75em;}

Revision: 13780
at May 6, 2009 06:01 by visualpropaganda


Initial Code
.vcard {
	font: 1em/1.5em "Baskerville", "Linotype Palatino", Times, Georgia, "Times New Roman", serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 250px;
	}

.vcard ul {font: 1em/1.5em "Baskerville", "Linotype Palatino", Times, Georgia, "Times New Roman", serif;}

.fn {               
	font-size: 1.25em;
	font-style: italic;
	letter-spacing: 0.05em;
	margin-bottom: 0.25em;
	}                   

.communication {float: right;}

.numbers {font-family: Georgia, serif; font-size: 0.875em;}                

#vcard-download {font-size: 0.75em;} 

Initial URL


Initial Description
Styling of the hcard (vcard) HTML snippet

Initial Title
hcard (vcard) 2-column Styling

Initial Tags
css, textmate

Initial Language
CSS