Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. .latestnews .newscroll{
  2.     padding:3px 0 0 0;
  3.     margin:0;
  4.     list-style:none;
  5.     height:38px;
  6.     text-align:right;
  7. }
  8. .titlehol p{
  9.     height:23px;
  10.     padding-right:25px;
  11.     padding-top:5px;
  12.     padding:0;
  13.     margin:0;
  14.     color:#444;
  15.     padding-right:15px;
  16.     padding-left:10px;
  17.     display:inline-block;
  18. }
  19. .titlehol{
  20. display:inline-block;
  21. float:right;
  22. text-align:left;
  23. width:auto;
  24. height:23px;
  25. color:white;
  26. background:url(../images/latestnewsarrow.jpg) left no-repeat #fff;
  27. padding-top:5px;
  28. padding-left:15px;
  29. }
  30. .titlehol strong{
  31. display:inline-block;
  32. padding-right:20px;
  33. }
  34. .theupdates{
  35.     display:inline;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement