Advertisement
Guest User

DeathPickles

a guest
Jan 17th, 2012
691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. .side h6 {
  2.     list-style: none;
  3.     position: fixed;
  4.     top: 130px;
  5.     right: 410px;
  6.     z-index: 80;
  7.     margin: 0;
  8.     padding: 0;
  9.     display: table
  10. }
  11. .side h6 a {
  12.     background: url(%%support%%) no-repeat top left;
  13.     height: 67px;
  14.     width: 100px;
  15.     display: block;
  16.     z-index: 1000
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement