diff --git a/public/styles.css b/public/styles.css index 7d6fcc2..50f73bd 100644 --- a/public/styles.css +++ b/public/styles.css @@ -205,6 +205,7 @@ span.nicks { left: 0px; top: 10px; width: 100%; + word-wrap: break-word; } div.imgwrap { background-color: #000; diff --git a/views/profile/profile.jade b/views/profile/profile.jade index a719833..108dad7 100644 --- a/views/profile/profile.jade +++ b/views/profile/profile.jade @@ -51,7 +51,7 @@ block content div.row.profile_row#profile_data div.span3 if profile.avatar - img.profile_avatar(src="#{profile.avatar}") + img.profile_avatar.img-polaroid(src="#{profile.avatar}") else img.profile_avatar(src="http://placehold.it/270x180&text=Hello,%20World") div.span9