Tutorials

Minimal Spacing Tutorial


Would you like a BackLinkr with Minimial Spacing style like the one found above? To get Minimal Spacing follow these directions.


Any backlinkr based TrackBack will include the following CSS classes:

  • ol.trackback
  • ol.trackback li
  • ol.trackback p.title
  • ol.trackback p.timesince
  • ol.trackback p.body

To get the look above we've created the following CSS declarations:

ol.trackback {
	margin: 2;
	padding: 2
	}
ol.trackback li {
	font-family: tahoma;
	list-style-type: none;
	margin: 0;
	}
ol.trackback p {
	margin: 0;
	}
ol.trackback p.title {
	font-weight: 600;
	}
ol.trackback p.timesince {
	font-size: 95%
	}
ol.trackback p.body {
	margin-bottom: 15px;
	}.

Powered by Odin Assemble