You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:22:17 UTC

[sling-org-apache-sling-commons-log-webconsole] 02/11: SLING-5932 - Move Web Console Plugin to separate bundle

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.log.webconsole-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log-webconsole.git

commit dc55ee2ec7f8a9f488053348bdfaf22eaedb1162
Author: Chetan Mehrotra <ch...@apache.org>
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/bundles/commons/log-webconsole@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
"commits@sling.apache.org" <co...@sling.apache.org>.