www-commits
[Top][All Lists]
Advanced

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

www/philosophy compromise.html


From: Therese Godefroy
Subject: www/philosophy compromise.html
Date: Thu, 11 Apr 2019 08:47:30 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 19/04/11 08:47:29

Modified files:
        philosophy     : compromise.html 

Log message:
        Make images responsive.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/compromise.html?cvsroot=www&r1=1.40&r2=1.41

Patches:
Index: compromise.html
===================================================================
RCS file: /webcvs/www/www/philosophy/compromise.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- compromise.html     15 Dec 2018 14:02:38 -0000      1.40
+++ compromise.html     11 Apr 2019 12:47:29 -0000      1.41
@@ -16,14 +16,39 @@
     -opera-border-radius: 1em;
   }
  .quote.imgright { margin: .3em 1em 1em 1em; }
- .quote b { font-style: normal; }
+ .quote {
+    font-style: italic;
+  }
+ .quote b {
+    font-style: normal;
+    font-weight: normal;
+  }
+ .imgleft {
+    width: 18em;
+    max-width: 100%;
+ }
+
address@hidden (max-width:50em) {
+ .imgleft, .imgright {
+     float: none;
+     display: block;
+     margin: auto;
+  }
+ .quote {
+     max-width: none; width: auto;
+     margin: 1em 10%;
+  }  
+}
address@hidden (min-width:50em) {
+  .quote { max-width: 40%; }
+}
 -->
 </style>
 <!--#include virtual="/philosophy/po/compromise.translist" -->
 <!--#include virtual="/server/banner.html" -->
 <h2>Avoiding Ruinous Compromises</h2>
 
-<p>by <strong>Richard Stallman</strong></p>
+<p class="byline">by Richard Stallman</p>
 
 <blockquote class="quote imgright"><p>&ldquo;Twenty-five years
 ago <a href="/gnu/initial-announcement.html">on September 27, 1983, I
@@ -196,7 +221,7 @@
 wrong place.  Compromise is essential to achieve an ambitious goal,
 but beware of compromises that lead away from the goal.</p>
 
-<hr />
+<hr class="column-limit"/>
 
 <p>
 For a similar point in a different area of life,
@@ -245,7 +270,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2018/12/15 14:02:38 $
+$Date: 2019/04/11 12:47:29 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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