]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Remove useless p:first-line CSS rule
authorAndrea Bolognani <abologna@redhat.com>
Fri, 1 Apr 2016 09:31:11 +0000 (11:31 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 1 Apr 2016 13:43:01 +0000 (15:43 +0200)
commitbcbb593c975377546caff9eb5d273ed3ee318468
treed8e912615eab407d4a22caa6fa6d2699510801a9
parent5849729d096c8add642d8330a6f54aba7e481f0a
docs: Remove useless p:first-line CSS rule

According to MDN[1], 'margin-left' and similar CSS properties,
including 'margin-right', cannot be applied to the '::first-line'
pseudo-element, so this rule will never have any effect and can
be safely removed.

[1] https://developer.mozilla.org/en/docs/Web/CSS/::first-line
docs/generic.css