None
closed
nobody
None
2015-04-29
2014-12-09
brn
No
0 up votes | 0 down votes | 0%
1 comment

In the personal data area, the div around Personal data is unnecessary. The class "profile-data" should be in the div enveloping the title and the ul. (the class grid-24 is not necessary here, and can be removed.

Output html should be something like:

<div class="profile-data">
    <b>Personal data</b>
    <ul class="profile-data-list">
      <li class="profile_localization">
        <span class="profile-data-value">Aveiro, Portugal</span>
      </li>
      <li class="profile_socialnetwork">
        <span class="profile-data-label">Facebook</span>
        <span class="profile-data-value"><a href="http://opensourceprojects.eu">http://opensourceprojects.eu</a></span>
      </li>
      <li class="profile_socialnetwork">
        <span class="profile-data-label">Google+</span>
        <span class="profile-data-value"><a href="testing">testing</a></span>
      </li>
      ...

Discussion

  • Rui Ferreira
    Rui Ferreira
    2015-04-29

    • status: open --> closed