Author: sebb
Date: Sat Jun 13 01:11:01 2009
New Revision: 784322
URL: http://svn.apache.org/viewvc?rev=784322&view=rev
Log:
Initial style-sheet
Added:
jakarta/jmeter/trunk/docs/css/
jakarta/jmeter/trunk/docs/css/style.css (with props)
jakarta/jmeter/trunk/xdocs/css/
jakarta/jmeter/trunk/xdocs/css/style.css (with props)
Added: jakarta/jmeter/trunk/docs/css/style.css
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/css/style.css?rev=784322&view=auto
==============================================================================
--- jakarta/jmeter/trunk/docs/css/style.css (added)
+++ jakarta/jmeter/trunk/docs/css/style.css Sat Jun 13 01:11:01 2009
@@ -0,0 +1,23 @@
+/*
+ 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.
+*/
+
+a[name]:hover:after{
+/*Shows the value of the name attribute when hovered*/
+ content: " #" attr(name);
+ font-size: 90%;
+ text-decoration: none;
+}
Propchange: jakarta/jmeter/trunk/docs/css/style.css
------------------------------------------------------------------------------
svn:eol-style = native
Added: jakarta/jmeter/trunk/xdocs/css/style.css
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/css/style.css?rev=784322&view=auto
==============================================================================
--- jakarta/jmeter/trunk/xdocs/css/style.css (added)
+++ jakarta/jmeter/trunk/xdocs/css/style.css Sat Jun 13 01:11:01 2009
@@ -0,0 +1,23 @@
+/*
+ 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.
+*/
+
+a[name]:hover:after{
+/*Shows the value of the name attribute when hovered*/
+ content: " #" attr(name);
+ font-size: 90%;
+ text-decoration: none;
+}
Propchange: jakarta/jmeter/trunk/xdocs/css/style.css
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]