Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. .breadcrumb_header h1 {
  2. padding:0;
  3. }
  4.  
  5. .breadcrumb_header .subtitle {
  6. padding-top:15px;
  7. display:block;
  8. }
  9.  
  10. .breadcrumb_header.all_centered {
  11. text-align:center;
  12. }
  13.  
  14. .breadcrumb_header.all_left {
  15. text-align:left;
  16. }
  17.  
  18. .breadcrumb_header.all_right {
  19. text-align:right;
  20. }
  21.  
  22. .breadcrumb_header.left_and_right .breadcrumb_content {
  23. display:table;
  24. width:100%;
  25. }
  26.  
  27. .breadcrumb_header.left_and_right .title {
  28. display:table-cell;
  29. width:45%;
  30. }
  31.  
  32. .breadcrumb_header.left_and_right .breadcrumb_area {
  33. display:table-cell;
  34. width:45%;
  35. text-align:right;
  36. vertical-align:middle;
  37. }
  38.  
  39. .breadcrumb_header.left_and_right .end_breadcrumb_header {
  40. clear:both;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement