Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fixing UUP bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Nov 9, 2015
1 parent 95ca803 commit d006cb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sass/_uup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
}
.uup-phones {
.uup-phone1 {}
.uup-phone2 {}
.uup-phone2 {
display:block;
}
}
.uup-email {
}
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7547,6 +7547,8 @@ q:before, table q:after {
font-weight: bold; }
.uup-list .uup-item .uup-text .uup-name .uup-first:after {
content: ' '; }
.uup-list .uup-item .uup-text .uup-phones .uup-phone2 {
display: block; }

.uup-index-table .uup-table-name.table-has-image {
position: relative;
Expand Down

0 comments on commit d006cb2

Please sign in to comment.