@@ -79,7 +79,7 @@ Stacked avatars can be used to show multiple collaborators or participants when
7979
8080``` html
8181<div class =" AvatarStack AvatarStack--three-plus" >
82- <div class =" AvatarStack-body tooltipped tooltipped-se temp- tooltipped-align-left" aria-label =" octocat, octocat, and octocat" >
82+ <div class =" AvatarStack-body tooltipped tooltipped-se tooltipped-align-left-1 " aria-label =" octocat, octocat, and octocat" >
8383 <img class =" avatar" height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
8484 <img class =" avatar" height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
8585 <img class =" avatar" height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
@@ -95,7 +95,7 @@ If you have more than three avatars, add a div with the classes `avatar avatar-m
9595
9696``` html
9797<div class =" AvatarStack AvatarStack--three-plus" >
98- <div class =" AvatarStack-body tooltipped tooltipped-se temp- tooltipped-align-left" aria-label =" octocat, octocat, octocat, octocat, and octocat" >
98+ <div class =" AvatarStack-body tooltipped tooltipped-se tooltipped-align-left-1 " aria-label =" octocat, octocat, octocat, octocat, and octocat" >
9999 <img class =" avatar" height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
100100 <img class =" avatar" height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
101101 <div class =" avatar avatar-more" ></div >
@@ -110,7 +110,7 @@ You can also link individual avatars. To do this shift the `avatar` class over t
110110
111111``` html
112112<div class =" AvatarStack AvatarStack--two" >
113- <div class =" AvatarStack-body tooltipped tooltipped-se temp- tooltipped-align-left" aria-label =" octocat and octocat" >
113+ <div class =" AvatarStack-body tooltipped tooltipped-se tooltipped-align-left-1 " aria-label =" octocat and octocat" >
114114 <a href =" #" class =" avatar" >
115115 <img height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
116116 </a >
@@ -125,7 +125,7 @@ Use `AvatarStack--right` to right-align the avatar stack. Remember to switch the
125125
126126``` html
127127<div class =" AvatarStack AvatarStack--three-plus AvatarStack--right" >
128- <div class =" AvatarStack-body tooltipped tooltipped-sw temp- tooltipped-align-right" aria-label =" octocat, octocat, and octocat" >
128+ <div class =" AvatarStack-body tooltipped tooltipped-sw tooltipped-align-right-1 " aria-label =" octocat, octocat, and octocat" >
129129 <img class =" avatar" height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
130130 <img class =" avatar" height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
131131 <img class =" avatar" height =" 20" alt =" @octocat" src =" https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" width =" 20" >
0 commit comments