]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
formatting
authorMark Otto <markdotto@gmail.com>
Sun, 2 Jul 2017 22:13:44 +0000 (15:13 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 2 Jul 2017 22:13:44 +0000 (15:13 -0700)
docs/assets/less/booticon.less

index 21077a8d39c3625f61f47f7569a8a90072393f20..3a23ff02b2ac16f4acca392fc23abf06c3f4ff7c 100644 (file)
@@ -1,4 +1,3 @@
-/* Bootstrap "B" icon */
 .bs-docs-booticon {
   display: block;
   font-weight: 500;
@@ -8,22 +7,26 @@
   background-color: #563d7c;
   border-radius: 15%;
 }
+
 .bs-docs-booticon-sm {
   width: 30px;
   height: 30px;
   font-size: 20px;
   line-height: 28px;
 }
+
 .bs-docs-booticon-lg {
   width: 144px;
   height: 144px;
   font-size: 108px;
   line-height: 140px;
 }
+
 .bs-docs-booticon-inverse {
   color: #563d7c;
   background-color: #fff;
 }
+
 .bs-docs-booticon-outline {
   background-color: transparent;
   border: 1px solid #cdbfe3;