All pastes #2081984 Raw Edit

Stuff

public text v1 · immutable
#2081984 ·published 2011-09-22 00:02 UTC
rendered paste body
/*--- Social Stuff ---*/
.social {
	float:right;
	padding-top:20px;
	border:none;
	outline:none;

}

#twitter
{
  display: inline;
  width: 71px;
  height: 23px;
  background: url("images/tw2.jpg") no-repeat 0 0;

}

#twitter:hover
{ 
  background-position: 0 -23px;
}

#facebook
{
  display: inline;
  width: 61px;
  height: 23px;
  background: url("images/fb2.jpg") no-repeat 0 0;

}

#facebook:hover
{ 
  background-position: 0 -23px;
}

/*--- End of Social Stuff ---*/