www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/graphics graphics.css skwid-wallpapers.html


From: Therese Godefroy
Subject: www/graphics graphics.css skwid-wallpapers.html
Date: Sat, 2 May 2020 08:29:42 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/05/02 08:29:42

Modified files:
        graphics       : graphics.css skwid-wallpapers.html 

Log message:
        Move wallpaper-miniature defs to graphics.css.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/graphics/graphics.css?cvsroot=www&r1=1.5&r2=1.6
http://web.cvs.savannah.gnu.org/viewcvs/www/graphics/skwid-wallpapers.html?cvsroot=www&r1=1.10&r2=1.11

Patches:
Index: graphics.css
===================================================================
RCS file: /webcvs/www/www/graphics/graphics.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- graphics.css        26 Apr 2020 06:05:16 -0000      1.5
+++ graphics.css        2 May 2020 12:29:41 -0000       1.6
@@ -63,6 +63,39 @@
    font-style: italic;
 }
 
+/* Wallpaper miniatures */
+table.wp {
+   display: block;
+   text-align: center;
+}
+table.wp tr {
+   display: inline-block;
+   vertical-align: top;
+   width: 15.5em;
+   margin: .5em;
+}
+table.wp td {
+   display: block;
+   text-align: left;
+   border: none;
+}
+table.wp td.wp {
+   padding: 0;
+}
+#content table.wp td.wp img {
+   display: block;
+   max-width: 100%;
+   max-height: 100%;
+   margin: auto;  
+   background: #888;
+}
+table.wp td dt, table.wp td dt,  table.wp td p {
+   margin-top: .3em;
+}
+table.wp p {
+   margin: .3em 0 0;
+}
+
 /* A few large images. */
 .left { float: left; }
 .right { float: right; }

Index: skwid-wallpapers.html
===================================================================
RCS file: /webcvs/www/www/graphics/skwid-wallpapers.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- skwid-wallpapers.html       3 Mar 2019 14:02:42 -0000       1.10
+++ skwid-wallpapers.html       2 May 2020 12:29:41 -0000       1.11
@@ -3,40 +3,6 @@
 <title>GNU Designs by Skwid
 - GNU Project - Free Software Foundation</title>
 <link rel="stylesheet" type="text/css" href="/graphics/graphics.css" 
media="print,screen" />
-<style type="text/css" media="print,screen"><!--
-table.wp {
-   display: block;
-   text-align: center;
-}
-table.wp tr {
-   display: inline-block;
-   vertical-align: top;
-   width: 15.5em;
-   margin: .5em;
-}   
-table.wp td {
-   display: block;
-   text-align: left;
-   border: none;
-}
-table.wp td.wp {
-   height: 8.5em;
-   padding: 2px;
-   background: #888;
-}
-table.wp td.wp img {
-   display: block;
-   max-width: 100%;
-   max-height: 100%;
-   margin: auto;  
-}
-table.wp td dt, table.wp td dt,  table.wp td p {
-   margin-top: .3em;
-}
-table.wp p {
-   margin: .3em 0 0;
-}  
---></style>
  <!--#include virtual="/graphics/po/skwid-wallpapers.translist" -->
 <!--#include virtual="/server/banner.html" -->
 <h2>GNU Designs</h2>
@@ -235,7 +201,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2019/03/03 14:02:42 $
+$Date: 2020/05/02 12:29:41 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]