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

panels.less « bootstrap « site « less « assets « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2dc210090c6a02525cc486efbbc9035f11c3cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.panel {
  .box-shadow(none);
}

.panel-heading {
  margin: -1px;
  border-bottom-width: 0;
  padding: 11px 15px;
}

.panel-default .panel-heading {
  margin: 0;
  border-bottom-width: 1px;
  padding: 10px 15px;
}