www-commits
[Top][All Lists]
Advanced

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

www/software software.html


From: Therese Godefroy
Subject: www/software software.html
Date: Thu, 29 Sep 2016 13:43:36 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/09/29 13:43:36

Modified files:
        software       : software.html 

Log message:
        Style adjustments
        
        - Media query: min-width instead of max-width.
        - div.package-list: Increase padding; ltr and left-align for rtl 
languages.
        - #dynamic-duo: Use div instead of blockquote (conflict with <em>); 
adjust
          width and padding to match .summary; add a light background.
        - Text: clear div.summary and #dynamic-duo (for outdated translations 
with
          shorter text).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/software/software.html?cvsroot=www&r1=1.225&r2=1.226

Patches:
Index: software.html
===================================================================
RCS file: /webcvs/www/www/software/software.html,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -b -r1.225 -r1.226
--- software.html       2 May 2016 20:59:12 -0000       1.225
+++ software.html       29 Sep 2016 13:43:36 -0000      1.226
@@ -7,7 +7,7 @@
 <style type="text/css" media="print,screen">
 <!--
 div.package-list {
-   padding-top: .7em; padding-bottom: 1em;
+   padding: 1em 1.5em;
    margin: 1.5em 0;
 }
 div.package-list a, div.package-list a:visited {
@@ -16,28 +16,38 @@
    line-height: 1.5em;
    text-decoration: none;
 }
-#dynamic-duo {
+#dynamic-duo { display: none; }
address@hidden (min-width: 48em) {
+   #dynamic-duo {
+      display: block;
    float: right;
-   width: 20.8em; max-width: 90%;
-   font-style: normal;
+      width: 20em;
+      max-width: 40%;
    text-align: center;
-   padding: .8em;
+      padding: .9em;
    margin: .3em 0 1em 1.5em;
+      background: #f9f9f9;
    border: .3em solid #acc890;
-}
-#dynamic-duo p strong {
+   }
+   #dynamic-duo p strong {
    font-size: 1.3em;
+   }
+   #dynamic-duo img { width: 100%; }
 }
-#dynamic-duo img { width: 100%; }
 -->
 <!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
 <!--
-#content #dynamic-duo { float: left; margin: .3em 1.5em 1em 0; } -->
-<!--#endif -->
-<!--
address@hidden (max-width: 46em) {
-   #content #dynamic-duo { display: none; }
+div.package-list {
+   direction: ltr;
+   text-align: left;
+}
address@hidden (min-width: 48em) {
+   #dynamic-duo {
+      float: left;
+      margin: .3em 1.5em 1em 0;
+   }
 } -->
+<!--#endif -->
 </style>
 
 <!--#include virtual="/server/fs-gang-definitions.html" -->
@@ -56,7 +66,6 @@
 </ul>
 <hr class="no-display" />
 </div>
-
 <p><a href="/gnu/about-gnu.html">GNU</a> is an operating system which is
 100% free software.  It was launched in 1983 by Richard Stallman (rms)
 and has been developed by many people working together for the sake of
@@ -94,17 +103,17 @@
 <p>We have also published a <a 
href="/software/free-software-for-education.html">
 list of recommended educational software</a>.</p>
 
-
+<div style="clear:both"></div>
 <h3 id="getgnu">How to get GNU software</h3>
 
-<blockquote id="dynamic-duo">
+<div id="dynamic-duo">
 <p><strong>Download distributions</strong></p>
 <p><a href="/distros/free-distros.html">
 <img src="/graphics/gnu-and-penguin-color-300x276.jpg" alt="GNU and Linux" 
/></a></p>
 <p><em>If you're looking for a whole system to
 install, see our <a href="/distros/free-distros.html">list of
 GNU/Linux distributions which are entirely free software</a>.</em></p>
-</blockquote>
+</div>
 
 <p>GNU software is available by several different methods:</p>
 
@@ -172,7 +181,7 @@
 href="/software/devel.html">GNU software developer resources</a>.</p>
 
 
-
+<div style="clear:both"></div>
 <h3><a id="allgnupkgs">All GNU packages</a></h3>
 
 <p>Links to the home pages of all current GNU packages are given
@@ -353,7 +362,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2016/05/02 20:59:12 $
+$Date: 2016/09/29 13:43:36 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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