Welcome to mirror list, hosted at ThFree Co, Russian Federation.

demos.less « less « assets « docs - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47402d1ac0cdbcaabf532e43fd4e4a20e1bb5893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.bs-examples {
  .thumbnail {
    margin-bottom: 10px;
  }

  h4 { margin-bottom: 5px; }

  p { margin-bottom: 20px; }

  @media (max-width: @screen-xs-min) {
    margin-right: -10px;
    margin-left: -10px;

    > [class^="col-"] {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
}