You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
564 B

  1. .profile-thumbnail {
  2. position: absolute;
  3. }
  4. .profile-header {
  5. min-height: 260px;
  6. margin-left: 280px;
  7. }
  8. ul.posts {
  9. list-style-type: none;
  10. padding: 0px;
  11. margin: 16px 0px 0px 0px;
  12. border-top: 1px solid #e0e0e0;
  13. }
  14. ul.posts li.post {
  15. padding: 8px;
  16. border-bottom: 1px solid #e0e0e0;
  17. }
  18. ul.posts li.post:hover {
  19. background-color: #f0f0f0;
  20. }
  21. div.post-date {
  22. float: right;
  23. }
  24. div.post-author {
  25. font-weight: bold;
  26. }
  27. div.post-thumbnail {
  28. position: absolute;
  29. }
  30. div.post-content {
  31. margin-left: 48px;
  32. min-height: 48px;
  33. }