Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 4cc8747

Browse files
committed
Update
1 parent 96e71f6 commit 4cc8747

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-ui-dashboard",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Simple and fast dashboard template.",
55
"main": "css/style.dashboard.css",
66
"repository": {

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CSS dashboard.
4545

4646
We will add new features.
4747

48-
1) Add logged to sidebar.
48+
- Add logged to sidebar.
4949

5050
```html
5151
<div class="logged sidebar">
@@ -56,7 +56,7 @@ We will add new features.
5656
</div>
5757
```
5858

59-
2) Add header.
59+
- Add header.
6060

6161
```html
6262
<div class="header">
@@ -117,9 +117,9 @@ Location of new properties.
117117
<p>Title for sidebar</p>
118118
</div>
119119

120-
<!-- -->
121-
<!-- 1. Add logged to sidebar -->
122-
<!-- -->
120+
<!-- -->
121+
<!-- Add logged to sidebar -->
122+
<!-- -->
123123

124124
<div class="responsive">
125125
<ul class="menu scrollbar">
@@ -147,9 +147,9 @@ Location of new properties.
147147
<!-- content wrapper -->
148148
<div class="content-wrapper">
149149

150-
<!-- -->
151-
<!-- 2. Add header -->
152-
<!-- -->
150+
<!-- -->
151+
<!-- Add header -->
152+
<!-- -->
153153

154154
</div>
155155
```

0 commit comments

Comments
 (0)