www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout7.css ed...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css ed...
Date: Thu, 10 Apr 2014 22:26:56 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/10 22:26:56

Modified files:
        server/staging/nav-bar/test9: layout7.css 
                                      edu-cases-india-ambedkar.html 

Log message:
        Move image definitions to the HTML.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.19&r2=1.20
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/edu-cases-india-ambedkar.html?cvsroot=www&r1=1.6&r2=1.7

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- layout7.css 10 Apr 2014 21:43:24 -0000      1.19
+++ layout7.css 10 Apr 2014 22:26:55 -0000      1.20
@@ -817,13 +817,6 @@
    margin-right: 3em;
 }
 
-img.ambedkar {
-   float: right;
-   width: 26em; max-width: 100%;
-   margin: 1.3em 0 2em 2em;
-}
-
-
 /* End items specific to education */
 
 

Index: edu-cases-india-ambedkar.html
===================================================================
RCS file: 
/webcvs/www/www/server/staging/nav-bar/test9/edu-cases-india-ambedkar.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- edu-cases-india-ambedkar.html       9 Apr 2014 11:52:07 -0000       1.6
+++ edu-cases-india-ambedkar.html       10 Apr 2014 22:26:55 -0000      1.7
@@ -17,6 +17,13 @@
 <title>Ambedkar Community Computing Center (AC3) - GNU Project - Free Software 
Foundation</title>
 
 <!--#include virtual="/education/po/edu-cases-india-ambedkar.translist" -->
+<style type="text/css">
+#ambedkar {
+   float: right;
+   width: 26em; max-width: 100%;
+   margin: 1.3em 0 2em 2em;
+}
+</style>
 <!-- start of server/banner.html -->
 <!-- start of head-include-2.html -->
 
@@ -130,7 +137,7 @@
 <h3>How We Did It</h3>
 
 <a href="/education/misc/ambedkar.jpg">
-<img class="ambedkar" src="/education/misc/ambedkar-sm.jpg" alt="Image
+<img id="ambedkar" src="/education/misc/ambedkar-sm.jpg" alt="Image
 of a student handing a copy of the essay 'The Future is Ours' to
 Richard Stallman." /></a>
 
@@ -255,7 +262,7 @@
 
 <p></p><p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/04/09 11:52:07 $
+$Date: 2014/04/10 22:26:55 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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