- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Sep 2010 17:16:23 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv3519 Modified Files: spec-tests.css spec-tests.xsl Log Message: more cleanup Index: spec-tests.xsl =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/spec-tests.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- spec-tests.xsl 21 Sep 2010 14:42:02 -0000 1.3 +++ spec-tests.xsl 21 Sep 2010 17:16:21 -0000 1.4 @@ -77,13 +77,16 @@ <xsl:template match="s:test"> <div class="testBox"> - <h2>Test: <xsl:value-of select="@name"/> + <h2> + <span style="text-decoration : underline "> + Test: <xsl:value-of select="@name"/> <xsl:if test=" not('true' = @optional) "> <b> (required)</b> </xsl:if> - <span class="note"> - (T<xsl:number format="1.1" level="multiple" count="s:feature|s:test"/>) - </span> + </span> + <span class="note"> + (T<xsl:number format="1.1" level="multiple" count="s:feature|s:test"/>) + </span> </h2> <p> <xsl:apply-templates select="s:description"/> Index: spec-tests.css =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/spec-tests.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- spec-tests.css 21 Sep 2010 14:42:02 -0000 1.2 +++ spec-tests.css 21 Sep 2010 17:16:21 -0000 1.3 @@ -1,15 +1,16 @@ h1 { margin : 0 } -h2 { margin : 0 ; margin-top : 10px ; text-decoration : underline } +h2 { margin : 0 ; margin-top : 10px } h3 { margin : 0 ; margin-top : 5px } -.note { font-size : small ; color : #A988FF ; font-weight : normal } +.note { font-size : small ; color : #A988FF ; font-weight : normal ; + padding-left : 5px ; text-decoration : none } .featureBox { background-color : #FFFFFF ; margin-left : 10px ; padding-left : 5px } .testBox { border-left:2px solid #A9A9A9 ; border-bottom:2px solid #A9A9A9 ; background-color : #FFFFFF ; - padding-left : 5px } + padding-left : 5px ; padding-bottom : 5px } .ieSpacer { border-left : solid white ; background-color : white }
Received on Tuesday, 21 September 2010 17:16:25 UTC