diff --git a/docs/input/assets/css/override.less b/docs/input/assets/css/override.less index 74d8ed4..3208c66 100644 --- a/docs/input/assets/css/override.less +++ b/docs/input/assets/css/override.less @@ -119,4 +119,21 @@ pre:hover .btn-copy { a, a:active, a:hover, a:focus { color: #fff; } +} + +/* For feature list */ + +.feature-list li { + display: block; +} + +.feature-list li:before { + /*Using a Bootstrap glyphicon as the bullet point*/ + content: "\e013"; + font-family: 'Glyphicons Halflings'; + font-size: 12px; + float: left; + margin-top: 1px; + margin-left: -25px; + color: green; } \ No newline at end of file diff --git a/docs/input/index.cshtml b/docs/input/index.cshtml index 14261da..50ca0c0 100644 --- a/docs/input/index.cshtml +++ b/docs/input/index.cshtml @@ -1,13 +1,29 @@ --- Title: BBT.StructureTools NoSidebar: true -NoContainer: false +NoContainer: true NoGutter: true --- -
-

What is it?

+
+
+

BBT.StructureTools

+

+ .NET. classes for copying, comparing and converting object structures
+

+ Learn more + API documentation +
+
+ +
+

+ GitHub + GitHub release (latest SemVer) + Nuget +

+

- This NuGet package provides .NET. classes for copying, comparing and converting object structures. + BBT.StructureTools provides .NET. classes for copying, comparing and converting object structures.

\ No newline at end of file