[libvirt] [PATCH] docs: Remove useless p:first-line CSS rule

Andrea Bolognani abologna at redhat.com
Fri Apr 1 09:35:09 UTC 2016


According to MDN[1], the 'margin-left' CSS property 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 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/generic.css b/docs/generic.css
index 4f98b26..208e31e 100644
--- a/docs/generic.css
+++ b/docs/generic.css
@@ -7,10 +7,6 @@ body {
   background: #ffffff;
 }
 
-p:first-line {
-  margin-right: 1em;
-}
-
 p, ul, ol, dl {
   padding: 0px;
   margin: 0px;
-- 
2.5.5




More information about the libvir-list mailing list