You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/03/29 09:09:24 UTC

svn commit: r928616 - /incubator/esme/trunk/server/src/main/webapp/style/style.css

Author: rhirsch
Date: Mon Mar 29 07:09:23 2010
New Revision: 928616

URL: http://svn.apache.org/viewvc?rev=928616&view=rev
Log:
deleted IE-specific script, so that message screen worked in IE

Modified:
    incubator/esme/trunk/server/src/main/webapp/style/style.css

Modified: incubator/esme/trunk/server/src/main/webapp/style/style.css
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/style/style.css?rev=928616&r1=928615&r2=928616&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/style/style.css (original)
+++ incubator/esme/trunk/server/src/main/webapp/style/style.css Mon Mar 29 07:09:23 2010
@@ -1,3 +1,22 @@
+/*
+ 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.                                           *
+*/
+
 /* reset - don't modify */
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
 table{border-collapse:collapse;border-spacing:0;}
@@ -505,4 +524,6 @@ img, img a {border:0px; }
 
 .clear {clear:both; height:20px; }
 
-.container-update, .container-tabs, .container-settings {behavior: url("src/iepngfix.htc");}
\ No newline at end of file
+/*
+.container-update, .container-tabs, .container-settings {behavior: url("src/iepngfix.htc");}
+*/
\ No newline at end of file