www-commits
[Top][All Lists]
Advanced

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

www layout.css print.css


From: Fabio Pesari
Subject: www layout.css print.css
Date: Sun, 28 Jun 2015 13:18:56 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Fabio Pesari <fabiop>   15/06/28 13:18:56

Modified files:
        .              : layout.css print.css 

Log message:
        Added note about minification [RT #1017756]

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.183&r2=1.184
http://web.cvs.savannah.gnu.org/viewcvs/www/print.css?cvsroot=www&r1=1.15&r2=1.16

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -b -r1.183 -r1.184
--- layout.css  24 Jun 2015 08:04:39 -0000      1.183
+++ layout.css  28 Jun 2015 13:18:55 -0000      1.184
@@ -18,9 +18,19 @@
 included in all copies or substantial portions of the Software.
 */
 
-/* NOTE: Changes to this file will affect the entire site, often in
-unexpected ways. Please mail patches to address@hidden rather
-than commit changes directly. */
+/*
+   NOTE: Changes to this file will affect the entire site, often in
+         unexpected ways. Please mail patches to address@hidden rather
+         than commit changes directly.
+
+   NOTE: After modifying this file, please generate the corresponding minified
+         version, otherwise the changes won't be visible.
+
+         To generate the minified version of this file, we currently use a free
+         program called YUI Compressor and run this command:
+
+         yuicompressor layout.css > layout.min.css
+*/
 
 
 /*** COLORS ***/

Index: print.css
===================================================================
RCS file: /web/www/www/print.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- print.css   24 Jun 2015 08:04:39 -0000      1.15
+++ print.css   28 Jun 2015 13:18:55 -0000      1.16
@@ -16,6 +16,22 @@
 included in all copies or substantial portions of the Software.
 
 */
+
+/*
+   NOTE: Changes to this file will affect the entire site, often in
+         unexpected ways. Please mail patches to address@hidden rather
+         than commit changes directly.
+
+   NOTE: After modifying this file, please generate the corresponding minified
+         version, otherwise the changes won't be visible.
+
+         To generate the minified version of this file, we currently use a free
+         program called YUI Compressor and run this command:
+
+         yuicompressor print.css > print.min.css
+*/
+
+
 #header, #navigation, #links, #toplinks, .netscape4, #fsf-links,
 #backtotop, #translations, #searcher, .unprintable, #mission-statement,
 #Disclaimer, #education-content, .edu-breadcrumb { display: none; }



reply via email to

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