You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2013/01/27 14:57:45 UTC

svn commit: r1439085 - in /jmeter/branches/test/docs/cssx: ./ style.css

Author: sebb
Date: Sun Jan 27 13:57:45 2013
New Revision: 1439085

URL: http://svn.apache.org/viewvc?rev=1439085&view=rev
Log:
testing - please ignore

Added:
    jmeter/branches/test/docs/cssx/
    jmeter/branches/test/docs/cssx/style.css   (with props)

Added: jmeter/branches/test/docs/cssx/style.css
URL: http://svn.apache.org/viewvc/jmeter/branches/test/docs/cssx/style.css?rev=1439085&view=auto
==============================================================================
--- jmeter/branches/test/docs/cssx/style.css (added)
+++ jmeter/branches/test/docs/cssx/style.css Sun Jan 27 13:57:45 2013
@@ -0,0 +1,39 @@
+/*
+   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.
+*/
+
+/*Shows the value of the name attribute when hovered*/
+/* Disabled
+a[name]:hover:after{
+    content: " #" attr(name);
+    font-size: 90%;
+    text-decoration: none;
+}
+*/
+
+/*
+ * Hide class="sectionlink", except when an enclosing heading
+ * has the :hover property.
+ * Used to hide the ¶ marker for generating internal links
+ */
+.sectionlink {
+  display: none;
+}
+:hover > .sectionlink {
+  display: inline;
+  /* Green so shows up on section headings too */
+  color: rgb(0,255,0);
+}

Propchange: jmeter/branches/test/docs/cssx/style.css
------------------------------------------------------------------------------
    svn:eol-style = native