diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml index c3d561b2..f20169d6 100644 --- a/Web/Presenters/templates/@layout.xml +++ b/Web/Presenters/templates/@layout.xml @@ -176,7 +176,7 @@ {_my_page} {_my_friends} - + ({$thisUser->getFollowersCount()}) diff --git a/Web/static/css/main.css b/Web/static/css/main.css index c6d22a04..55484f13 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -29,6 +29,10 @@ a { cursor: pointer; } +.linkunderline:hover { + text-decoration: underline; +} + p { margin: 5px 0; }