You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/02/05 11:10:01 UTC

svn commit: r1781731 [39/45] - in /ofbiz/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/ideal/ applications/accounting/webapp/ap/error/ applications/accounting/webapp/ar/error/ applications/commonext/webapp/ofbizset...

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css?rev=1781731&r1=1781730&r2=1781731&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css Sun Feb  5 11:09:59 2017
@@ -1,82 +1,82 @@
-/***********************************************
-APACHE OFBIZ
-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.
-***********************************************/
-body {
-    background: none;
-    font-size: 105%;
-}
-
-.left-border {
-    float: left;
-    width: 50em;
-}
-
-div.contentarea {
-    margin: 10px 0 0 0.5em;
-    padding: 0 0 0 0.5em;
-}
-
-.leftonly {
-    float: none;
-    min-height: 25em;
-}
-
-#column-container .leftonly {
-    margin-left: 50em;
-    width: auto;
-}
-
-div.screenlet-body {
-    border: none;
-}
-
-#content-main-section h1,
-#content-main-section .h1 {
-    display: block;
-}
-
-ol.numbers {
-    list-style: decimal;
-    padding-left: 20px;
-}
-
-ul.dots {
-    list-style: circle;
-    padding-left: 20px;
-}
-
-span.caution {
-    color: yellow;
-}
-
-span.important {
-    color: #ff4500;
-}
-
-span.note {
-    color: #adff2f;
-}
-
-span.tip {
-    color: blue;
-}
-
-span.warning {
-    color: red;
-}
+/***********************************************
+APACHE OFBIZ
+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.
+***********************************************/
+body {
+    background: none;
+    font-size: 105%;
+}
+
+.left-border {
+    float: left;
+    width: 50em;
+}
+
+div.contentarea {
+    margin: 10px 0 0 0.5em;
+    padding: 0 0 0 0.5em;
+}
+
+.leftonly {
+    float: none;
+    min-height: 25em;
+}
+
+#column-container .leftonly {
+    margin-left: 50em;
+    width: auto;
+}
+
+div.screenlet-body {
+    border: none;
+}
+
+#content-main-section h1,
+#content-main-section .h1 {
+    display: block;
+}
+
+ol.numbers {
+    list-style: decimal;
+    padding-left: 20px;
+}
+
+ul.dots {
+    list-style: circle;
+    padding-left: 20px;
+}
+
+span.caution {
+    color: yellow;
+}
+
+span.important {
+    color: #ff4500;
+}
+
+span.note {
+    color: #adff2f;
+}
+
+span.tip {
+    color: blue;
+}
+
+span.warning {
+    color: red;
+}

Propchange: ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css
------------------------------------------------------------------------------
    svn:eol-style = native