]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Specify `img` dimensions in the HTML.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 13 Nov 2014 16:27:41 +0000 (18:27 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 11 Dec 2014 06:14:07 +0000 (08:14 +0200)
docs/about.html
docs/assets/css/src/docs.css

index f0d5d134bb4ccff222fef8e3afcffdb915f530bf..80daba5d1a235103c773636cb5cce009a9158efb 100644 (file)
@@ -30,7 +30,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
       <div class="list-group-item">
         <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&amp;type=follow"></iframe>
         <a class="team-member" href="https://github.com/{{ member.user }}">
-          <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}">
+          <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32">
           <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small>
         </a>
       </div>
@@ -84,13 +84,13 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
   <p>Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.</p>
   <div class="bs-brand-logos">
     <div class="bs-brand-item">
-      <img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap">
+      <img class="svg" src="../assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144">
     </div>
     <div class="bs-brand-item inverse">
-      <img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap">
+      <img class="svg" src="../assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144">
     </div>
     <div class="bs-brand-item inverse">
-      <img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap">
+      <img class="svg" src="../assets/brand/bootstrap-punchout.svg" alt="Bootstrap" width="144" height="144">
     </div>
   </div>
 
index 0a1cef183bbac6b50a3a78299fd40b8cbb3971b5..fb03e1858179c7a298e04c8b7add04097b854668 100644 (file)
@@ -1459,10 +1459,6 @@ h1[id] {
   color: #fff;
   background-color: #563d7c;
 }
-.bs-brand-item .svg {
-  width: 144px;
-  height: 144px;
-}
 
 /* Heading content within */
 .bs-brand-item h1,