You are here

twitter-pull-listing.css in Twitter Pull 7

div.tweets-pulled-listing ul {
  list-style: none;
}

div.tweets-pulled-listing div.tweet-authorphoto {
  margin: 0 5px 0 0;
  float: left;
}

div.tweets-pulled-listing div.tweet-authorphoto img {
  max-height: 40px;
  max-width: 40px;
}

div.tweets-pulled-listing .tweet-author a {
  font-weight: bold;
}

div.tweets-pulled-listing  div.tweet-divider {
  clear: left;
  border-bottom: 1px solid #efefef;
  margin: 5px 0 5px 0;
}

File

twitter-pull-listing.css
View source
  1. div.tweets-pulled-listing ul {
  2. list-style: none;
  3. }
  4. div.tweets-pulled-listing div.tweet-authorphoto {
  5. margin: 0 5px 0 0;
  6. float: left;
  7. }
  8. div.tweets-pulled-listing div.tweet-authorphoto img {
  9. max-height: 40px;
  10. max-width: 40px;
  11. }
  12. div.tweets-pulled-listing .tweet-author a {
  13. font-weight: bold;
  14. }
  15. div.tweets-pulled-listing div.tweet-divider {
  16. clear: left;
  17. border-bottom: 1px solid #efefef;
  18. margin: 5px 0 5px 0;
  19. }