You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/12/22 14:28:41 UTC

svn commit: r1552990 - /manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css

Author: kwright
Date: Sun Dec 22 13:28:41 2013
New Revision: 1552990

URL: http://svn.apache.org/r1552990
Log:
Allow breaks in stylesheet again.

Modified:
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css?rev=1552990&r1=1552989&r2=1552990&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css Sun Dec 22 13:28:41 2013
@@ -1,17 +1,19 @@
-/* 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 excepx 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.                                            */
+/*
+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 excepx 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.
+*/
 
 /* 
     Created on : Dec 4, 2013, 11:11:44 AM
@@ -620,9 +622,6 @@ LI { margin-left: 3em }
 DT { margin-bottom: 0 }
 DD { margin-top: 0; margin-left: 3em }
 
-br{
-    display: none;
-}
 /**
     Login form styles
 */