You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/12/22 16:45:51 UTC

[1/2] allura git commit: [#5940] Remove unnecessary left margin

Repository: allura
Updated Branches:
  refs/heads/master c18594b49 -> a784bde6d


[#5940] Remove unnecessary left margin


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/a784bde6
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/a784bde6
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/a784bde6

Branch: refs/heads/master
Commit: a784bde6d81045bdfdb359d61d72adc8e318a629
Parents: 005db10
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Dec 21 15:12:31 2015 +0200
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Dec 22 10:45:11 2015 -0500

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/a784bde6/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 3506ebe..7367432 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -446,7 +446,7 @@ blockquote {
   color: #555555;
 }
 #site-header a:first-child, #site-footer a:first-child {
-  margin-left: 1em;
+  margin-left: 0;
 }
 
 /* site header */


[2/2] allura git commit: [#5940] Add missing license header

Posted by br...@apache.org.
[#5940] Add missing license header


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/005db107
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/005db107
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/005db107

Branch: refs/heads/master
Commit: 005db107c8a2441a041cc4163f6752a75a884e20
Parents: c18594b
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Dec 21 15:02:07 2015 +0200
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Dec 22 10:45:11 2015 -0500

----------------------------------------------------------------------
 Allura/allura/tests/functional/test_nav.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/005db107/Allura/allura/tests/functional/test_nav.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/functional/test_nav.py b/Allura/allura/tests/functional/test_nav.py
index 78d8aa6..f6faba3 100644
--- a/Allura/allura/tests/functional/test_nav.py
+++ b/Allura/allura/tests/functional/test_nav.py
@@ -1,3 +1,20 @@
+#       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.
+
 import mock
 import json
 from tg import config