Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / userProfileAbout.tpl
index bf74217605a08fe7cc254808a14ab77b60eaae01..b63e1ca9de31f73a2516093ce9540507cb21a514 100644 (file)
@@ -1,22 +1,22 @@
-<div class="containerPadding">
-       {hascontent}
-               {content}
-                       {foreach from=$options item=category}
-                               {foreach from=$category[categories] item=optionCategory}
-                                       <fieldset>
-                                               <legend>{lang}wcf.user.option.category.{@$optionCategory[object]->categoryName}{/lang}</legend>
-                                               
-                                               {foreach from=$optionCategory[options] item=userOption}
-                                                       <dl>
-                                                               <dt>{lang}wcf.user.option.{@$userOption[object]->optionName}{/lang}</dt>
-                                                               <dd>{@$userOption[object]->optionValue}</dd>
-                                                       </dl>
-                                               {/foreach}
-                                       </fieldset>
-                               {/foreach}
+{hascontent}
+       {content}
+               {foreach from=$options item=category}
+                       {foreach from=$category[categories] item=optionCategory}
+                               <section class="section">
+                                       <h2 class="sectionTitle">{lang}wcf.user.option.category.{@$optionCategory[object]->categoryName}{/lang}</h2>
+                                       
+                                       {foreach from=$optionCategory[options] item=userOption}
+                                               <dl>
+                                                       <dt>{lang}wcf.user.option.{@$userOption[object]->optionName}{/lang}</dt>
+                                                       <dd>{@$userOption[object]->optionValue}</dd>
+                                               </dl>
+                                       {/foreach}
+                               </section>
                        {/foreach}
-               {/content}
-       {hascontentelse}
-               {lang}wcf.user.profile.content.about.noPublicData{/lang}
-       {/hascontent}
-</div>
\ No newline at end of file
+               {/foreach}
+       {/content}
+{hascontentelse}
+       <div class="section">
+               <p class="info">{lang}wcf.user.profile.content.about.noPublicData{/lang}</p>
+       </div>  
+{/hascontent}