#0009: Credit Page Layout

Regarding https://www.cacert.org/index.php?id=7

Problem: Layout of this page

Solition: Remove margin-Line from in default.css

ul {
list-style: none;
margin: 0px 0px 0px 15px;
padding-left: 5px;
border-left: 1px dotted #000;
}

Alternative Solution: Change <ul> on that page to <ul style="margin:1em">

Remove * in front of each line in all cases.

Comments

Solution: <ul style="padding-left: 0; margin-left: 10em; border-left: none; text-indent: -8em;">

* Chris set status to Open with patch, 2005-06-16 * Duane set status to Closed, 2005-07-22

ContentReviewTeam/case0009 (last edited 2008-05-22 22:17:06 by anonymous)