Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.LGM_row {
display: inline-block;
padding: 0;
}
.LGM_col {
display: inline-block;
padding: 8px;
margin: 4px !important;
background-color: #efefef;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
width: 180px;
min-height: 100px;
text-align: center;
}
.LGM_heading {
text-align: center;
background-color: #cccccc;
padding: 8px;
}
.LGM_title {
display: inline-block;
padding: 4px;
}
.LGM_bubble {
display: inline-block;
padding: 4px;
width: 25px;
margin-left: 8px;
position: relative;
top: -1px;
border-radius: 100%;
font-size: 8pt;
background-color: #343434;
color: white;
}
.LGM_avatar_container,
.LGM_user_wrapper {
display: block;
padding: 8px;
}
.LGM_avatar {
border-radius: 100%;
height: 60px;
}
.LGM_user {
font-weight: bold;
display: block;
}
.LGM_group {
display: block;
font-size: 9pt;
}