diff options
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 48e5e20..85ecdb4 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -333,20 +333,15 @@ h5{ /* PROFILE PAGE */ .profilepage .profilePic { font-size: 148px; - background: url(http://www.clevelandfoundation.org/wp-content/uploads/2012/10/ivan-discussing-his-eye-surgery.jpg); background-size: cover; background-position: center; } .editProfile { - padding: 8px; - float: right; margin-right: 10px; - font-size: 38px; color: black; font-weight: 100; text-decoration: none } - .editProfile span { vertical-align: middle; } @@ -356,6 +351,9 @@ h5{ padding: 8px; margin: 14px; } +.topLinks span { + font-weight: 300; +} .topLinks a { padding: 8px; color: black; @@ -426,6 +424,9 @@ h5{ font-size: 16px; font-weight: 300; } +.profilepage .bio span:nth-of-type:after { content: ' · ' } +.profilepage .bio span:last-of-type:after { display: none; } + .templates { padding-top: 7vh; |
