Repository: hadoop Updated Branches: refs/heads/trunk 6b17eb9ea -> 42715547f
HADOOP-11256. Some site docs have inconsistent appearance (Masatake Iwasaki via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/42715547 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/42715547 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/42715547 Branch: refs/heads/trunk Commit: 42715547f01ef7e146451afddede6c2fe7fe1e85 Parents: 6b17eb9 Author: Allen Wittenauer <[email protected]> Authored: Wed Jan 21 08:44:22 2015 -0800 Committer: Allen Wittenauer <[email protected]> Committed: Wed Jan 21 08:44:22 2015 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 ++ .../src/site/resources/css/site.css | 30 ++++++++++++++++++++ .../src/site/resources/css/site.css | 30 ++++++++++++++++++++ .../src/site/resources/css/site.css | 30 ++++++++++++++++++++ 4 files changed, 93 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/42715547/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 339ccfb..2951002 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -510,6 +510,9 @@ Release 2.7.0 - UNRELEASED BUG FIXES + HADOOP-11256. Some site docs have inconsistent appearance (Masatake + Iwasaki via aw) + HADOOP-11318. Update the document for hadoop fs -stat (aajisaka) HADOOP 11400. GraphiteSink does not reconnect to Graphite after 'broken pipe' http://git-wip-us.apache.org/repos/asf/hadoop/blob/42715547/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/resources/css/site.css ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/resources/css/site.css b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/resources/css/site.css new file mode 100644 index 0000000..f830baa --- /dev/null +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/resources/css/site.css @@ -0,0 +1,30 @@ +/* +* 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. +*/ +#banner { + height: 93px; + background: none; +} + +#bannerLeft img { + margin-left: 30px; + margin-top: 10px; +} + +#bannerRight img { + margin: 17px; +} + http://git-wip-us.apache.org/repos/asf/hadoop/blob/42715547/hadoop-tools/hadoop-gridmix/src/site/resources/css/site.css ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-gridmix/src/site/resources/css/site.css b/hadoop-tools/hadoop-gridmix/src/site/resources/css/site.css new file mode 100644 index 0000000..f830baa --- /dev/null +++ b/hadoop-tools/hadoop-gridmix/src/site/resources/css/site.css @@ -0,0 +1,30 @@ +/* +* 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. +*/ +#banner { + height: 93px; + background: none; +} + +#bannerLeft img { + margin-left: 30px; + margin-top: 10px; +} + +#bannerRight img { + margin: 17px; +} + http://git-wip-us.apache.org/repos/asf/hadoop/blob/42715547/hadoop-tools/hadoop-rumen/src/site/resources/css/site.css ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-rumen/src/site/resources/css/site.css b/hadoop-tools/hadoop-rumen/src/site/resources/css/site.css new file mode 100644 index 0000000..f830baa --- /dev/null +++ b/hadoop-tools/hadoop-rumen/src/site/resources/css/site.css @@ -0,0 +1,30 @@ +/* +* 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. +*/ +#banner { + height: 93px; + background: none; +} + +#bannerLeft img { + margin-left: 30px; + margin-top: 10px; +} + +#bannerRight img { + margin: 17px; +} +
