Skip to content

Commit ab7f8c5

Browse files
committed
Fix API docs styling
1 parent 414b8c1 commit ab7f8c5

File tree

3 files changed

+37
-5
lines changed

3 files changed

+37
-5
lines changed

docs/help/api/toc.yml

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
items:
55
- uid: ICSharpCode.SharpZipLib.SharpZipBaseException
66
name: SharpZipBaseException
7+
- uid: ICSharpCode.SharpZipLib.StreamDecodingException
8+
name: StreamDecodingException
9+
- uid: ICSharpCode.SharpZipLib.StreamUnsupportedException
10+
name: StreamUnsupportedException
11+
- uid: ICSharpCode.SharpZipLib.UnexpectedEndOfStreamException
12+
name: UnexpectedEndOfStreamException
13+
- uid: ICSharpCode.SharpZipLib.ValueOutOfRangeException
14+
name: ValueOutOfRangeException
715
- uid: ICSharpCode.SharpZipLib.BZip2
816
name: ICSharpCode.SharpZipLib.BZip2
917
items:
@@ -43,6 +51,8 @@
4351
name: FileSystemScanner
4452
- uid: ICSharpCode.SharpZipLib.Core.INameTransform
4553
name: INameTransform
54+
- uid: ICSharpCode.SharpZipLib.Core.InvalidNameException
55+
name: InvalidNameException
4656
- uid: ICSharpCode.SharpZipLib.Core.IScanFilter
4757
name: IScanFilter
4858
- uid: ICSharpCode.SharpZipLib.Core.NameAndSizeFilter
@@ -109,6 +119,8 @@
109119
name: TarEntry
110120
- uid: ICSharpCode.SharpZipLib.Tar.TarException
111121
name: TarException
122+
- uid: ICSharpCode.SharpZipLib.Tar.TarExtendedHeaderReader
123+
name: TarExtendedHeaderReader
112124
- uid: ICSharpCode.SharpZipLib.Tar.TarHeader
113125
name: TarHeader
114126
- uid: ICSharpCode.SharpZipLib.Tar.TarInputStream
@@ -204,6 +216,8 @@
204216
name: ZipNameTransform
205217
- uid: ICSharpCode.SharpZipLib.Zip.ZipOutputStream
206218
name: ZipOutputStream
219+
- uid: ICSharpCode.SharpZipLib.Zip.ZipStrings
220+
name: ZipStrings
207221
- uid: ICSharpCode.SharpZipLib.Zip.ZipTestResultHandler
208222
name: ZipTestResultHandler
209223
- uid: ICSharpCode.SharpZipLib.Zip.Compression

docs/help/template/logo.svg

+4-4
Loading

docs/help/template/styles/main.css

+19-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ button, a {
33
cursor: pointer;
44
}
55

6+
.affix > ul > li.active > a, .affix > ul > li.active > a:before,
7+
.affix ul > li.active > a, .affix ul > li.active > a:before {
8+
color: #516d86;
9+
}
10+
11+
.toc .nav > li.active > a {
12+
color: #7391ab;
13+
}
14+
615
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
716
color: #181c20;
817
background-color: #c4cdd4;
@@ -14,4 +23,13 @@ svg:hover path {
1423

1524
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
1625
color: #3d4852;
17-
}
26+
}
27+
28+
#toc .level1 > li {
29+
font-weight: normal;
30+
font-size: 14px;
31+
}
32+
33+
#sidetoc .sidetoc.shiftup {
34+
bottom: 50px;
35+
}

0 commit comments

Comments
 (0)