[PATCH 01/12] css: Drop styles for '#projects' id

Peter Krempa posted 12 patches 1 year, 3 months ago
[PATCH 01/12] css: Drop styles for '#projects' id
Posted by Peter Krempa 1 year, 3 months ago
There's nothing with such element id. The last mention was removed in
28183590754.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/css/libvirt.css | 73 --------------------------------------------
 1 file changed, 73 deletions(-)

diff --git a/docs/css/libvirt.css b/docs/css/libvirt.css
index 82f95d4a68..f1705ab944 100644
--- a/docs/css/libvirt.css
+++ b/docs/css/libvirt.css
@@ -201,79 +201,6 @@ table tr td:hover {
     background: #c5dbd8;
 }

-#projects {
-    margin: 0px;
-    border: 0px;
-    position: absolute;
-    top: 0px;
-    left: 0px;
-    width: 100%;
-}
-
-#projects dl {
-    margin: 0px;
-    border: 0px solid white;
-    height: 180px;
-    position: absolute;
-    top: 0px;
-    left: 0px;
-}
-
-#projects #p1 {
-    margin-left: 25%;
-    width: 75%;
-}
-
-#projects #p2 {
-    margin-left: 50%;
-    width: 50%;
-}
-
-#projects #p3 {
-    margin-left: 75%;
-    width: 25%;
-}
-
-#projects dt, #projects dd {
-    padding: 0px;
-    margin: 0px;
-}
-
-#projects #p1 dt, #projects #p1 dd {
-    width: 33%;
-}
-
-#projects #p2 dt, #projects #p2 dd {
-    width: 50%;
-}
-
-#projects #p3 dt, #projects #p3 dd {
-    width: 99%;
-}
-
-#projects span {
-    font-size: 0.8em;
-    display: block;
-    padding-left: 1em;
-    padding-top: 0.5em;
-}
-
-#projects a {
-    font-size: 0.8em;
-    display: block;
-    padding-left: 0.8em;
-    padding-top: 1em;
-}
-
-#projects a {
-    color: white;
-    text-decoration: inherit;
-}
-
-#projects span {
-    color: #ccc;
-}
-
 span.since {
     color: #3c857c;
     font-style: italic;
-- 
2.40.1
Re: [PATCH 01/12] css: Drop styles for '#projects' id
Posted by Ján Tomko 1 year, 3 months ago
On a Tuesday in 2023, Peter Krempa wrote:
>There's nothing with such element id. The last mention was removed in
>28183590754.

Please drop the trailing period or rephrase the sentence to make it
the commit id easier to select.

>
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> docs/css/libvirt.css | 73 --------------------------------------------
> 1 file changed, 73 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano