diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-10 12:10:05 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-10 12:10:05 -0500 |
| commit | 17fabffafc8e0f9723db6e19ae2ff14012c56a63 (patch) | |
| tree | 1bf0d1a4d170b188f076faaa1266d887f599315c /public | |
| parent | dd339f073cd53e7067ac1ea9bd2035b1c11914f0 (diff) | |
surface avatar
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index e6b5570..cb58ef6 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2542,12 +2542,21 @@ a[data-role="forgot-password"] { .aboutRoom.vvbox .txt { padding: 5px 0 3px 0; } - -.aboutRoom h1 a{ +.aboutRoom h1 a { text-decoration: none; font-style: italic; font-weight:500; } +.aboutRoom .profilePic { + width: 34px; + height: 34px; + float: none; + display: inline-block; + vertical-align: middle; +} +.aboutRoom .authorName { + vertical-align: middle; +} .desktop .aboutRoom h1 a:hover { text-decoration:underline; |
