Return to Snippet

Revision: 32002
at September 17, 2010 01:34 by gitano


Initial Code
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 0 0;
	width: 200px;
}

h1#site-title  a{
	display:block;
	width:940px;
	height:90px;
	background: transparent url("./images/logo.png") no-repeat  top left;
	text-indent: -9999px;
	padding:0;
	margin:0;
}

#site-title  a{
	display:block;
	width:940px;
	height:90px;
	background: transparent url("./images/logo.png") no-repeat  top left;
	text-indent: -9999px;
	padding:0;
	margin:0;
}

#site-description {
	float:left;
	width:940px;
	display:none;
	
}

Initial URL


Initial Description
The CSS code uses the Twenty Ten default them

Initial Title
Make logo image linkable

Initial Tags
wordpress

Initial Language
CSS