Group profile page template: add extra class so that we can differentiate group details from user details in CSS

Since the layout of the "user details" section on the Group profile page is very different from a regular User profile page, we need to be able to selectively style the Group profile. Achieve this by adding a CSS flagging class.
This commit is contained in:
Boris 2014-05-28 13:27:52 +10:00
parent f6753d3d46
commit 66711816cd

View File

@ -15,7 +15,7 @@
</section>
<section class='user-main'>
<section class='about'>
<section class='about group'>
<div class='details'>
<h1>{{name}}</h1>
</div>