File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ <h2 id="team-core">Core team</h2>
30
30
< div class ="list-group-item ">
31
31
< iframe class ="github-btn " src ="http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow "> </ iframe >
32
32
< a class ="team-member " href ="https://github.com/{{ member.user }} ">
33
- < img src ="http://www.gravatar.com/avatar/{{ member.gravatar }} " alt ="@{{ member.user }} ">
33
+ < img src ="http://www.gravatar.com/avatar/{{ member.gravatar }} " alt ="@{{ member.user }} " width =" 32 " height =" 32 " >
34
34
< strong > {{ member.name }}</ strong > < small > @{{ member.user }}</ small >
35
35
</ a >
36
36
</ div >
@@ -84,13 +84,13 @@ <h2>Download mark</h2>
84
84
< p > Download the Bootstrap mark in one of three styles, each available as an SVG file. Right click, Save as.</ p >
85
85
< div class ="bs-brand-logos ">
86
86
< div class ="bs-brand-item ">
87
- < img class ="svg " src ="../assets/brand/bootstrap-solid.svg " alt ="Bootstrap ">
87
+ < img class ="svg " src ="../assets/brand/bootstrap-solid.svg " alt ="Bootstrap " width =" 144 " height =" 144 " >
88
88
</ div >
89
89
< div class ="bs-brand-item inverse ">
90
- < img class ="svg " src ="../assets/brand/bootstrap-outline.svg " alt ="Bootstrap ">
90
+ < img class ="svg " src ="../assets/brand/bootstrap-outline.svg " alt ="Bootstrap " width =" 144 " height =" 144 " >
91
91
</ div >
92
92
< div class ="bs-brand-item inverse ">
93
- < img class ="svg " src ="../assets/brand/bootstrap-punchout.svg " alt ="Bootstrap ">
93
+ < img class ="svg " src ="../assets/brand/bootstrap-punchout.svg " alt ="Bootstrap " width =" 144 " height =" 144 " >
94
94
</ div >
95
95
</ div >
96
96
Original file line number Diff line number Diff line change @@ -1459,10 +1459,6 @@ h1[id] {
1459
1459
color : # fff ;
1460
1460
background-color : # 563d7c ;
1461
1461
}
1462
- .bs-brand-item .svg {
1463
- width : 144px ;
1464
- height : 144px ;
1465
- }
1466
1462
1467
1463
/* Heading content within */
1468
1464
.bs-brand-item h1 ,
You can’t perform that action at this time.
0 commit comments