Repository: incubator-twill Updated Branches: refs/heads/site 5c6f5788c -> 1fb6c78da
Remove javadoc stylesheet Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/f24896b9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/f24896b9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/f24896b9 Branch: refs/heads/site Commit: f24896b95854e518b00909a544bd21bf7380f4d5 Parents: 6896257 Author: Terence Yim <[email protected]> Authored: Fri May 22 17:46:10 2015 -0700 Committer: Terence Yim <[email protected]> Committed: Fri May 22 17:46:41 2015 -0700 ---------------------------------------------------------------------- pom.xml | 1 - src/site/javadoc-stylesheet.css | 99 ------------------------------------ 2 files changed, 100 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/f24896b9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e079273..f41e075 100644 --- a/pom.xml +++ b/pom.xml @@ -1063,7 +1063,6 @@ <configuration> <failOnError>false</failOnError> <excludePackageNames>*.internal.*:echo:*.example.*</excludePackageNames> - <stylesheetfile>${basedir}/src/site/javadoc-stylesheet.css</stylesheetfile> <links> <link>http://download.oracle.com/javase/6/docs/api/</link> </links> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/f24896b9/src/site/javadoc-stylesheet.css ---------------------------------------------------------------------- diff --git a/src/site/javadoc-stylesheet.css b/src/site/javadoc-stylesheet.css deleted file mode 100644 index 0e4fe3d..0000000 --- a/src/site/javadoc-stylesheet.css +++ /dev/null @@ -1,99 +0,0 @@ -/* - * 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. - */ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#111; font-size: 100%; } - -body { font-size: 1em; line-height: 1.286em; font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif; } - -code { line-height: 1.286em; font-family: "Consolas", "Lucida Console", "Droid Sans Mono", "Andale Mono", "Monaco", "Lucida Sans Typewriter"; } - -a { text-decoration: none; color: #162d50; /* also try #2E85ED, #0033FF, #6C93C6, #1D7BBE, #1D8DD2 */ } -a:hover { text-decoration: underline; } -a:visited { color: #2f4e7c; } -a:visited:hover { text-decoration: underline; } - -table[border="1"] { border: 1px solid #ddd; -border-width: 1px 0px 0px 1px; -border-radius: 3px; -} -table[border="1"] .TableRowColor td, table[border="1"] th { border: 1px solid #ddd; border-width: 0px 1px 1px 0px; } -table[border="1"] th { font-size: 12px; padding: 8px 12px; } -table[cellpadding="3"] td { padding: 0.5em; } - -font[size="-1"] { font-size: 0.9em; line-height: 1.5em; } -font[size="-2"] { font-size: 0.8em; } -font[size="+2"] { font-size: 1.4em; line-height: 1.3em; padding: 0.4em 0; } - -hr { - border: 0; - border-bottom: 1px dashed #ddd; -} - -/* Headings */ -h1 { font-size: 1.5em; line-height: 1.286em;} - -h2 { - font-weight: 500; -} -h2 b { - font-weight: 500; -} - -/* Table colors */ -.TableHeadingColor { background-color:#ddd; } /* Dark mauve */ -.TableSubHeadingColor { background: #ddd; color:#444; } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#333; font-size: 0.95em; } /* White */ -.TableRowColor a { } -.TableRowColor code { color:#000; } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; } -.FrameHeadingFont { font-size: 90%; } -.FrameItemFont { font-size: 0.9em; line-height: 1.3em; -} -/* Java Interfaces */ -.FrameItemFont a i { - color: #2f4e7c; -} -.FrameItemFont a:hover i { - -} - -/* Navigation bar fonts and colors */ -.NavBarCell1 { padding: 4px 8px; background-color:#162d50; color: #FFFFFF; } /* Light mauve */ -.NavBarCell1Rev { padding: 4px 8px; background-color:#49b1d2; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { color: #FFFFFF;} -.NavBarFont1Rev { color:#FFFFFF; } - -.NavBarCell2 { background-color:#FFFFFF; color:#000000} -.NavBarCell3 { background-color:#FFFFFF; color:#000000} - -li { - margin-left: 25px; -} - -pre { -font-size: 1.1em; -padding: 8px 16px; -border: 1px solid #e0e0e0; -border-radius: 3px; -} \ No newline at end of file
