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

carbon-ad.less « site « less « assets « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76b54d53c60fbe1a8a56d688f3af4ff66b109291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#carbonads {
  float: right;
  width: 300px;
  margin-left: 30px;
  .carbon-img {
    float: left;
    padding-right: 10px;
  }
  .carbon-poweredby {
    color: @gray-light;
    margin-top: 2px;
    font-size: 12px;
    display: block;
  }
}

.vertical-ad #carbonads {
  float: none;
  width: 130px;
  margin-left: 0;
  .carbon-img {
    float: none;
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
  }
}