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.

23 line
326B

  1. .development-index {
  2. #panel-participate {
  3. ul.contacts {
  4. padding: 0px;
  5. padding-left: 10px;
  6. margin: 0px;
  7. list-style-type: none;
  8. li {
  9. padding-bottom: 10px;
  10. .glyphicon {
  11. float: left;
  12. }
  13. p {
  14. padding-left: 25px;
  15. }
  16. }
  17. }
  18. }
  19. }