Merge pull request #268 from TheAxnJaxn/master

GUAC-1324: Add right margin and remove position relative to stop text overlap.
This commit is contained in:
Mike Jumper
2015-09-20 16:49:42 -07:00

View File

@@ -191,8 +191,7 @@ div.section {
.caption .activeUserCount { .caption .activeUserCount {
font-style: italic; font-style: italic;
position: relative; margin-right: 1em;
right: 1em;
float: right; float: right;
} }