diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-29 08:08:35 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-29 08:08:35 -0700 |
commit | cfe10f07aa0d400b9fc70f39b2541435b7ea03e0 (patch) | |
tree | 31c9920efe54e7b7d9341a1128b72fef65809b77 /doc/development/ux_guide | |
parent | 4c74936f4567ba142bcd9ca31c8f5f10c8aa52fa (diff) | |
download | gitlab-ce-cfe10f07aa0d400b9fc70f39b2541435b7ea03e0.tar.gz |
Replace well-list with content-list and hover-list
Diffstat (limited to 'doc/development/ux_guide')
-rw-r--r-- | doc/development/ux_guide/components.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ux_guide/components.md b/doc/development/ux_guide/components.md index b57520a00e0..4a3b3125f59 100644 --- a/doc/development/ux_guide/components.md +++ b/doc/development/ux_guide/components.md @@ -193,7 +193,7 @@ List with avatar, title and description using .content-list ![List with avatar](img/components-listwithavatar.png) -List with hover effect .well-list +List with hover effect .content-list ![List with hover effect](img/components-listwithhover.png) |