This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log-webconsole.git
commit 3d161ecc8ab8270678075b77e3bf4933bb4605bd Author: Chetan Mehrotra <[email protected]> AuthorDate: Thu Oct 13 04:11:03 2016 +0000 SLING-5932 - Move Web Console Plugin to separate bundle Revert accidental move of css files. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1764577 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/res/ui/resourceresolver.css | 21 ---------------- src/main/resources/res/ui/styles.css | 35 -------------------------- 2 files changed, 56 deletions(-) diff --git a/src/main/resources/res/ui/resourceresolver.css b/src/main/resources/res/ui/resourceresolver.css deleted file mode 100644 index 789d578..0000000 --- a/src/main/resources/res/ui/resourceresolver.css +++ /dev/null @@ -1,21 +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. - */ - -tr.content.duplicate td.content { - color: grey; - text-decoration: line-through; -} \ No newline at end of file diff --git a/src/main/resources/res/ui/styles.css b/src/main/resources/res/ui/styles.css deleted file mode 100644 index 94595e7..0000000 --- a/src/main/resources/res/ui/styles.css +++ /dev/null @@ -1,35 +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. - */ -ol.servlets { - margin-top: 10px; -} -ol.servlets li { - list-style: decimal; - margin-left: 20px; -} - -.content dt { - font-weight: bold; -} -.content dd { - margin-left: 10px; -} - -.content em { - text-style:italic; - color:gray; -} \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
