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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-07-03 01:14:15 +0300
committerMark Otto <markdotto@gmail.com>2017-07-03 01:14:15 +0300
commit2f8018749d91ee642fad82d0063f15d2771dac78 (patch)
tree4d097f682ddf330e17e4c8a0272176f29fc6c6e7 /docs/assets/less
parent602940d634cbe1f5b2772c3c8ef6881f3b2dca53 (diff)
update comments, use variable for media query
Diffstat (limited to 'docs/assets/less')
-rw-r--r--docs/assets/less/brand.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/less/brand.less b/docs/assets/less/brand.less
index c2971222d5..9435131fbf 100644
--- a/docs/assets/less/brand.less
+++ b/docs/assets/less/brand.less
@@ -1,4 +1,4 @@
-/* Logo series wrapper */
+// Logo series wrapper
.bs-brand-logos {
display: table;
width: 100%;
@@ -9,7 +9,7 @@
border-radius: 4px;
}
-/* Individual items */
+// Individual items
.bs-brand-item {
padding: 60px 0;
text-align: center;
@@ -22,7 +22,7 @@
background-color: #563d7c;
}
-/* Heading content within */
+// Heading content within
.bs-brand-item h1,
.bs-brand-item h3 {
margin-top: 0;
@@ -33,7 +33,7 @@
margin-left: auto;
}
-/* Make the icons stand out on what is/isn't okay */
+// Make the icons stand out on what is/isn't okay
.bs-brand-item .glyphicon {
width: 30px;
height: 30px;
@@ -49,7 +49,7 @@
background-color: #d9534f;
}
-@media (min-width: 768px) {
+@media (min-width: @screen-sm-min) {
.bs-brand-item {
display: table-cell;
width: 1%;