www-commits
[Top][All Lists]
Advanced

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

www gnu-new.css server/footer-text.html server/...


From: Matt Lee
Subject: www gnu-new.css server/footer-text.html server/...
Date: Thu, 23 Aug 2007 21:49:07 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        07/08/23 21:49:07

Modified files:
        .              : gnu-new.css 
        server         : footer-text.html sidebar.html 

Log message:
        Moving the print button

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new.css?cvsroot=www&r1=1.64&r2=1.65
http://web.cvs.savannah.gnu.org/viewcvs/www/server/footer-text.html?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/server/sidebar.html?cvsroot=www&r1=1.20&r2=1.21

Patches:
Index: gnu-new.css
===================================================================
RCS file: /web/www/www/gnu-new.css,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- gnu-new.css 23 Aug 2007 21:46:32 -0000      1.64
+++ gnu-new.css 23 Aug 2007 21:48:58 -0000      1.65
@@ -366,6 +366,3 @@
 table#gpl-compat-matrix td.mok { background-color: #e4ffcc; }
 table#gpl-compat-matrix td.nok { background-color: #dddddd; }
 
-#print-this-article { position: absolute; top: 16em; right: 17em; line-height: 
1em; font-weight: bold; }
-
-#print-this-article a { background-color: #ffb; padding: 0.3em; }
\ No newline at end of file

Index: server/footer-text.html
===================================================================
RCS file: /web/www/www/server/footer-text.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- server/footer-text.html     23 Aug 2007 21:45:17 -0000      1.12
+++ server/footer-text.html     23 Aug 2007 21:49:02 -0000      1.13
@@ -20,18 +20,6 @@
   <h3><a href="/licenses/gpl-3.0.html" title="Celebrate the new GNU 
GPL!">GPLv3</a></h3>
 </div>
 
-<script type="text/javascript">
-<!--
-function writeJS(){
-var str='';
-str+='<div id="print-this-article">';
-str+='  <a href="javascript:this.print()" title="Print this page, requires 
JavaScript">Print this article<\/a>';
-str+='<\/div>';
-document.write(str);
-}
-writeJS();
-//-->
-</script>
 
     <!-- END FSFlinks -->
 

Index: server/sidebar.html
===================================================================
RCS file: /web/www/www/server/sidebar.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- server/sidebar.html 11 Apr 2007 16:21:33 -0000      1.20
+++ server/sidebar.html 23 Aug 2007 21:49:03 -0000      1.21
@@ -1,5 +1,20 @@
 <!-- beginning of sidebar.html -->
 <div id="sidebar" class="boxbox">
+
+<script type="text/javascript">
+<!--
+function writeJS(){
+var str='';
+str+='<div id="print-this-article">';
+str+='  <a href="javascript:this.print()" title="Print this page, requires 
JavaScript">Print this article<\/a>';
+str+='<\/div>';
+document.write(str);
+}
+writeJS();
+//-->
+</script>
+
+
                          <h3 class="netscape4">Navigation</h3>
 
 <!--#include virtual="/server/sidebar-top-half.html" -->




reply via email to

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