Advertisement
Guest User

css for horizontal icons and top menu ID

a guest
Apr 16th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /* Start Horizontal Social Link bar */
  2. .social {
  3. position:relative;
  4. float:right;
  5. right:20;
  6. width: 400px;
  7. margin-top:5px;
  8. margin-left:5px;
  9. height:50px;
  10. }
  11. /* End Horizontal Social Link Bar */
  12.  
  13. /* Start top menu ID*/
  14. #top-menu {
  15. background: none repeat scroll 0 0 transparent;
  16. display: block;
  17. margin: 0 auto 6px;
  18. width: auto;
  19. }
  20. /* End top menu ID*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement