Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
23b4ac29
Commit
23b4ac29
authored
Dec 08, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refined style sheet for the docs a little
parent
7b43a3c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
stylesheet.xsl
docs/docs/stylesheet.xsl
+5
-5
No files found.
docs/docs/stylesheet.xsl
View file @
23b4ac29
...
...
@@ -513,12 +513,12 @@ function BigToggle(node)
<xsl:when
test=
"spec_file/@link = 'true'"
>
<BR/>
<b><a
href=
"{spec_file}.html#{name}"
>
<font
style=
'font-size:1.
3
em'
>
Detailed Documentation
</font></a></b>
<font
style=
'font-size:1.
4
em'
>
Detailed Documentation
</font></a></b>
</xsl:when>
<xsl:otherwise>
<BR/>
<b><a
href=
"{spec_file}.html"
>
<font
style=
'font-size:1.
3
em'
>
Detailed Documentation
</font></a></b>
<font
style=
'font-size:1.
4
em'
>
Detailed Documentation
</font></a></b>
</xsl:otherwise>
</xsl:choose>
</xsl:if>
...
...
@@ -555,11 +555,11 @@ function BigToggle(node)
<xsl:choose>
<xsl:when
test=
"spec_file/@link = 'true'"
>
<b><a
href=
"{spec_file}.html#{name}"
>
<font
style=
'font-size:1.
3
em'
>
Detailed Documentation
</font></a></b>
<font
style=
'font-size:1.
4
em'
>
Detailed Documentation
</font></a></b>
</xsl:when>
<xsl:otherwise>
<b><a
href=
"{spec_file}.html"
>
<font
style=
'font-size:1.
3
em'
>
Detailed Documentation
</font></a></b>
<font
style=
'font-size:1.
4
em'
>
Detailed Documentation
</font></a></b>
</xsl:otherwise>
</xsl:choose>
...
...
@@ -582,7 +582,7 @@ function BigToggle(node)
</xsl:template>
<xsl:template
match=
"examples"
>
<BR/>
<b>
Example Programs:
</b>
<BR/>
Example Programs:
<xsl:for-each
select=
"example"
>
<xsl:choose>
<xsl:when
test=
"position() = last()"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment