Use .dataList
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 10 Aug 2012 18:09:42 +0000 (20:09 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 10 Aug 2012 18:09:42 +0000 (20:09 +0200)
wcfsetup/install/files/acp/templates/index.tpl

index e4ff90aedb5cf1a64e3b87286f4eb61feea13ffc..ba7568d181cc4fd97aa8169ee423184cef55dc34 100644 (file)
        list-style: disc;
        padding-left: 16px;
 }
-#credits dd > ul > li {
-       display: inline;
-}
-#credits dd > ul > li:after {
-       content: ", ";
-}
-#credits dd > ul > li:last-child:after {
-       content: "";
-}
 </style>
 {if $didYouKnow !== ''}<p class="info">{lang}wcf.acp.index.didYouKnow{/lang}: {@$didYouKnow|language}</p>{/if}
 <p class="{@$health}">{lang}wcf.acp.index.health.summary.{@$health}{/lang}</p>
@@ -63,7 +54,7 @@
                <dl>
                        <dt>{lang}wcf.acp.index.credits.productManager{/lang}</dt>
                        <dd>
-                               <ul>
+                               <ul class="dataList">
                                        <li>Marcel Werk</li>
                                </ul>
                        </dd>
@@ -72,7 +63,7 @@
                <dl>
                        <dt>{lang}wcf.acp.index.credits.developer{/lang}</dt>
                        <dd>
-                               <ul>
+                               <ul class="dataList">
                                        <li>Alexander Ebert</li>
                                        <li>Marcel Werk</li>
                                </ul>
@@ -82,7 +73,7 @@
                <dl>
                        <dt>{lang}wcf.acp.index.credits.designer{/lang}</dt>
                        <dd>
-                               <ul>
+                               <ul class="dataList">
                                        <li>Harald Szekely</li>
                                        <li>Marcel Werk</li>
                                </ul>
@@ -92,7 +83,7 @@
                <dl>
                        <dt>{lang}wcf.acp.index.credits.contributor{/lang}</dt>
                        <dd>
-                               <ul>
+                               <ul class="dataList">
                                        <li>Thorsten Buitkamp</li>
                                        <li>Tim D&uuml;sterhus</li>
                                        <li>Matthias Schmidt</li>
                {*<dl>
                        <dt>{lang}wcf.acp.index.credits.translators{/lang}</dt>
                        <dd>
-                               <ul>
+                               <ul class="dataList">
                                </ul>
                        </dd>
                </dl>*}