Skip to content

Commit

Permalink
fixed problem with malformed xml in ^H documentation and tweaked xsl …
Browse files Browse the repository at this point in the history
…style while I was in there.
  • Loading branch information
kswedberg committed Feb 25, 2011
1 parent 4839115 commit 1418a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Support/docs-15.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ul, ol {
}
#jq-primaryContent {
position: relative;
width: 632px;
width: 732px;
margin: 0 auto;
color: #222;
min-height: 500px;
Expand Down Expand Up @@ -291,7 +291,7 @@ font-weight: normal;
padding-right:15px;
position:relative;
top:-6px;
width:591px;
width:691px;
}
.api-jquery-com #jq-primaryContent #method-list li a.title-link{
padding: 0px;
Expand Down Expand Up @@ -475,7 +475,7 @@ ul.categories{
-moz-border-radius: 2px;
border-radius: 2px;
margin: 0px;
font-size: 1.1em;
font-size: .95em;
}

.demo {
Expand Down
1 change: 0 additions & 1 deletion Support/jquery-docs-xml-15.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" ?><api>
<?xml version="1.0" ?><api>
<entries>

<entry type='method' name="jQuery.parseXML" return="XMLDocument">
Expand Down

0 comments on commit 1418a60

Please sign in to comment.