Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weird indentation of dl / dd #10059

Open
matthiaskrgr opened this issue Mar 17, 2016 · 1 comment
Open

weird indentation of dl / dd #10059

matthiaskrgr opened this issue Mar 17, 2016 · 1 comment

Comments

@matthiaskrgr
Copy link
Contributor

@matthiaskrgr matthiaskrgr commented Mar 17, 2016

The code is (probably poorly) reduced from archlinux.org , but it shows the indentation issue.

<!DOCTYPE html>
<html lang="en">
   <head>
      <style>
         * {
             margin: 0;
             padding: 0;
             line-height: 1.4
         }
         body {
             min-width: 650px;
             background: #f6f9fc;
             color: #222;
             font: normal 100% sans-serif;
             text-align: center
         }
         a {
             text-decoration: none
         }
         dl dt,
         dl dd {
             margin-bottom: 4px;
             padding: 8px 0 4px;
             font-weight: bold;
             border-top: 1px dotted #bbb
         }
         dl dt {
             color: #333;
             float: left;
             padding-right: 15px
         }

         #news {
             margin-top: 1.5em
         }
      </style>
   </head>
   <body class="">
      <div id="news">
         <dl class="newslist">
            <dt>2015-09-20</dt>
            <dd>
               <a href="/news/d-bus-now-launches-user-buses/"
                  title="View full article: D-Bus now launches user buses">D-Bus now launches user buses</a>
            </dd>
            <dt>2015-08-14</dt>
            <dd>
               <a href="/news/openssh-70p1-deprecates-ssh-dss-keys/"
                  title="View full article: openssh-7.0p1 deprecates ssh-dss keys">openssh-7.0p1 deprecates ssh-dss keys</a>
            </dd>
            <dt>2015-05-22</dt>
            <dd>
               <a href="/news/data-corruption-on-software-raid-0-when-discard-is-used/"
                  title="View full article: Data corruption on software RAID 0 when discard is used">Data corruption on software RAID 0 when discard is used</a>
            </dd>
            <dt>2015-05-17</dt>
            <dd>
               <a href="/news/puppet-40-enters-community/"
                  title="View full article: Puppet 4.0 enters [community]">Puppet 4.0 enters [community]</a>
            </dd>
            <dt>2015-05-16</dt>
            <dd>
               <a href="/news/pulseaudio-split/"
                  title="View full article: PulseAudio split">PulseAudio split</a>
            </dd>
         </dl>
      </div>
   </body>
</html>

screenshot attached.
servo_vs_chrome

@nox
Copy link
Member

@nox nox commented Oct 1, 2017

This is still true.

@nox nox added the C-reproduced label Oct 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.