You are here

twitter_block.css in Twitter Block 6

Same filename and directory in other branches
  1. 7 twitter_block.css

Custom CSS for the Twitter block display.

File

twitter_block.css
View source
  1. /**
  2. * @file
  3. * Custom CSS for the Twitter block display.
  4. */
  5. .twitter_block_user {
  6. display: block;
  7. }
  8. .twitter_block_user img {
  9. float: left;
  10. height: 48px;
  11. width: 48px;
  12. }
  13. .twitter_block_user_name {
  14. display: block;
  15. float: left;
  16. line-height: 48px;
  17. padding-right: 5px;
  18. }
  19. p.tweet {
  20. clear: both;
  21. display: block;
  22. float: left;
  23. }