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

tooltip.less « bootstrap « site « less « assets « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a708714185149b7e091a69bbee6e1f1bfb3ad10 (plain)
1
2
3
4
5
6
7
8
.tooltip {
  font-size: @font-size-base;
}

// Wrapper for the tooltip content
.tooltip-inner {
  padding: 5px 10px;
}