Browse Source

Fixing #122 - placement of 'profile-data'

master
erqan 11 years ago
parent
commit
1190466aa6
  1. 6
      css/profile.css
  2. 2
      home.html

6
css/profile.css

@ -169,6 +169,12 @@ @@ -169,6 +169,12 @@
padding: 3px;
height: 90%;
}
.profile-modal .profile-bio,
.profile-modal .profile-contact
{
min-height: 27px;
overflow-y: visible;
}
.profile-modal .profile-data
{
display: inline-block;

2
home.html

@ -365,7 +365,7 @@ @@ -365,7 +365,7 @@
<img class="profile-card-photo" src="img/grayed_avatar_placeholder_24.png"/>
<h1 class="profile-name"></h1>
<h2 class="profile-screen-name">@<b></b></h2>
<div>
<div class="profile-contact">
<span class="profile-location"></span>
<a class="profile-url" rel="nofollow" target="_blank"></a>
</div>

Loading…
Cancel
Save