Blame view

frontend/web/css/item_card_open.css 297 Bytes
3da83322   Administrator   21.03.16 Versrka
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  ul {

    list-style: none;

  }

  .item_card_main_wrap {

    width: 960px;

    margin: auto;

  }

  .item_card_main_wrap .bradcrumps_top ul li a {

    color: #6aa033;

    text-decoration: underline;

  }

  .item_card_main_wrap .bradcrumps_top ul li:last-child {

    text-decoration: none;

    color: #898b8e;

  }