www-commits
[Top][All Lists]
Advanced

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

www/gnu30 gnu30.css


From: Therese Godefroy
Subject: www/gnu30 gnu30.css
Date: Wed, 21 Jun 2017 04:32:02 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 17/06/21 04:32:02

Modified files:
        gnu30          : gnu30.css 

Log message:
        Import grid definitions from combo.css; add copyright and license (RT 
#1218153).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu30/gnu30.css?cvsroot=www&r1=1.9&r2=1.10

Patches:
Index: gnu30.css
===================================================================
RCS file: /webcvs/www/www/gnu30/gnu30.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- gnu30.css   9 Sep 2016 13:58:05 -0000       1.9
+++ gnu30.css   21 Jun 2017 08:32:01 -0000      1.10
@@ -1,3 +1,105 @@
+/* Excerpt from Yahoo! grids (imported from combo.css)
+http://web.archive.org/web/20070321054339/http://developer.yahoo.com/yui/grids/
+
+Copyright (C) 2007, Yahoo! Inc. All rights reserved.
+
+Redistribution and use of this software in source and binary forms, with or 
without modification, are
+permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above
+copyright notice, this list of conditions and the
+following disclaimer.
+
+* Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the
+following disclaimer in the documentation and/or other
+materials provided with the distribution.
+
+* Neither the name of Yahoo! Inc. nor the names of its
+contributors may be used to endorse or promote products
+derived from this software without specific prior
+written permission of Yahoo! Inc.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
(INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR
+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 
THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+.yui-g .yui-u .yui-g {
+    width: 100%;
+}
+.yui-u, .yui-gc, .yui-gc .yui-u, .yui-gc .yui-g,
+ .yui-g div.first, .yui-gc div.first, .yui-g .yui-gc div.first,
+ .yui-gc div.first div.first {
+    float: left;
+}
+.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gc, .yui-gc .yui-u,
+ .yui-gd .yui-g, .yui-g .yui-gc .yui-u {
+    float: right;
+}
+.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gc {
+    width: 49.1%;
+}
+.yui-gc .yui-u, .yui-gc .yui-g {
+    width: 32%; margin-left: 1.99%;
+}
+.yui-gc div.first {
+    width: 66%; margin-left: 0;
+}
+.yui-g .yui-g .yui-u, .yui-gc .yui-g .yui-u {
+    width: 49%; *width: 48.1%; *margin-left: 0;
+}
+.yui-g .yui-g .yui-u {
+    width: 48.1%;
+}
+.yui-g .yui-gc div.first {
+    width: 66%;
+}
+.yui-g .yui-gc .yui-u {
+    width: 32%;
+    _float: right;
+    margin-right: 0;
+    _margin-left: 0;
+}
+.yui-gc .yui-g .yui-u {
+    *width:48.1%;
+    *margin-left:0;
+}
+.yui-g:after, .yui-gc:after {
+    content: ".";
+    display: block;
+    height: 0;
+    clear: both;
+    visibility: hidden;
+}
+.yui-g, .yui-gc {
+    zoom: 1;
+}
+/* End Yahoo! grids */
+
+
+/* GNU30 STYLESHEET
+
+Copyright (C) 2013, 2016 Free Software Foundation
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+*/
+
 .h-projects li {
        font-size: 1.4em;
        font-weight: bold;



reply via email to

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