diff --git a/Tools/AGSHtml.m b/Tools/AGSHtml.m index fb79a5f35..8a3e9c9b5 100644 --- a/Tools/AGSHtml.m +++ b/Tools/AGSHtml.m @@ -959,7 +959,7 @@ - (void) outputNode: (GSXMLNode*)node to: (NSMutableString*)buf unsigned l = 0; [buf appendString: indent]; - [buf appendString: @"
\n"]; + [buf appendString: @"
\n"]; [buf appendString: indent]; [buf appendString: @"

Contents -

\n"]; @@ -1036,7 +1036,7 @@ - (void) outputNode: (GSXMLNode*)node to: (NSMutableString*)buf l--; } [buf appendString: indent]; - [buf appendString: @"
\n"]; + [buf appendString: @"
\n"]; } } else if ([name isEqual: @"declared"] == YES) @@ -2835,7 +2835,7 @@ - (void) outputUnit: (GSXMLNode*)node to: (NSMutableString*)buf { ibuf = ivarBuf; [buf appendString: indent]; - [buf appendString: @"
\n"]; + [buf appendString: @"
\n"]; [buf appendString: indent]; [buf appendFormat: @"Instance Variables\n", classname]; @@ -2844,7 +2844,7 @@ - (void) outputUnit: (GSXMLNode*)node to: (NSMutableString*)buf [ibuf appendFormat: @"", classname]; } [ibuf appendString: indent]; - [ibuf appendString: @"

\n"]; + [ibuf appendString: @"

\n"]; [ibuf appendString: indent]; [ibuf appendFormat: @"

Instance Variables for %@ Class

\n", classname]; @@ -2854,7 +2854,7 @@ - (void) outputUnit: (GSXMLNode*)node to: (NSMutableString*)buf node = [node nextElement]; } [ibuf appendString: indent]; - [ibuf appendString: @"


\n"]; + [ibuf appendString: @"


\n"]; } a = [localRefs methodsInUnit: unit]; @@ -2867,7 +2867,7 @@ - (void) outputUnit: (GSXMLNode*)node to: (NSMutableString*)buf target: nil to: buf]; [buf appendString: indent]; - [buf appendString: @"
\n"]; + [buf appendString: @"
\n"]; while (node != nil) { if ([[node name] isEqual: @"method"] == YES) diff --git a/Tools/default-styles.css b/Tools/default-styles.css index bd844c3a7..4fe6d0dab 100644 --- a/Tools/default-styles.css +++ b/Tools/default-styles.css @@ -1,5 +1,4 @@ .content-bar { - background-color: ; float: left; position: fixed; top: 0px; @@ -59,7 +58,15 @@ padding-left: 10px; } +hr.section-separator { + width:50%; + margin-left:0; + text-align:left; +} + + hr.method-separator { width:25%; margin-left:0; + text-align:left; }