Skip to content

Commit

Permalink
Merge pull request #14 from fediachov/master
Browse files Browse the repository at this point in the history
Update style of Documentation pages
  • Loading branch information
fediachov authored Oct 30, 2018
2 parents d70b984 + b0f1f51 commit c72b086
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is FastReport?

FastReport provides open source report generator for .NET Core 2.x/.Net Framework 4.x. You can use the FastReport in MVC, Web API applications. FastReport Open Source is based on the FastReport.Net project.
[FastReport](https://github.com/FastReports/FastReport) provides open source report generator for .NET Core 2.x/.Net Framework 4.x. You can use the FastReport in MVC, Web API applications. FastReport Open Source is based on the FastReport.Net project.

## About Repository

Expand Down Expand Up @@ -42,8 +42,6 @@ We wish to draw up your attention to the fact that Documentation is under constr

## Links

[FastReport Open Source](https://github.com/FastReports/FastReport "Click for visiting the FastReport Open Source GitHub")
[FastReport Open Source Home](https://github.com/FastReports/FastReport "Click for visiting the FastReport Open Source GitHub")

[FastReport .Net User's Manual](https://www.fast-report.com/public_download/html/UserManFrNET-en/index.html)

[FastReport Online Designer](https://www.fast-report.com/en/product/fast-report-online-designer/)
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
theme: jekyll-theme-cayman
theme: jekyll-theme-cayman
title: FastReport Open Source Documentation
description: FastReport provides open source report generator for .NET Core 2.x/.Net Framework 4.x.
19 changes: 19 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
---

@import "{{ site.theme }}";
.page-header {
padding: 2rem 4rem;
}
.page-header {
color: #fff;
text-align: center;
background-color: #123d93;
background-image: linear-gradient(120deg, #3e478a, #1a687d);
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: normal;
color: #2f3981;
}

0 comments on commit c72b086

Please sign in to comment.