demo of complex user map content

This commit is contained in:
tomjohnson1492
2016-06-02 22:23:24 -07:00
parent 97335d6e70
commit 15ee5146da
13 changed files with 130 additions and 77 deletions

View File

@ -1126,3 +1126,12 @@ div.box.box1 {
#userMap .btn-lg .active {
background-color: #d6f5d6;
}
#userMap .btn-lg {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
font-size: 14px;
}