You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2012/05/01 03:44:20 UTC

svn commit: r1332496 - in /rave/trunk/rave-portal-resources/src/main/webapp/css: bootstrap/css/bootstrap-responsive.min.css bootstrap/css/bootstrap.min.css rave.css

Author: mfranklin
Date: Tue May  1 01:44:20 2012
New Revision: 1332496

URL: http://svn.apache.org/viewvc?rev=1332496&view=rev
Log:
Removing unused bootstrap files.  Added license header to rave.css (RAVE-593)

Removed:
    rave/trunk/rave-portal-resources/src/main/webapp/css/bootstrap/css/bootstrap-responsive.min.css
    rave/trunk/rave-portal-resources/src/main/webapp/css/bootstrap/css/bootstrap.min.css
Modified:
    rave/trunk/rave-portal-resources/src/main/webapp/css/rave.css

Modified: rave/trunk/rave-portal-resources/src/main/webapp/css/rave.css
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/css/rave.css?rev=1332496&r1=1332495&r2=1332496&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/css/rave.css (original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/css/rave.css Tue May  1 01:44:20 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 .center {
     text-align: center;
     display: block;
@@ -72,4 +90,4 @@
 .slideout-content {
     box-sizing: border-box;
     height: 98%;
-}
\ No newline at end of file
+}