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

Commit f028c2e

Browse files
committed
Update
1 parent c60056d commit f028c2e

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
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.4",
3+
"version": "1.0.5",
44
"description": "Simple and fast dashboard template.",
55
"main": "css/style.dashboard.css",
66
"repository": {

readme.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,21 +124,9 @@ Location of new properties.
124124
<div class="responsive">
125125
<ul class="menu scrollbar">
126126

127-
<!-- dropdown menu -->
128-
<li>
129-
<span class="name">Dropdown menu</span>
130-
<ul>
131-
<li><a href="#">Click</a></li>
132-
<li class="parent">
133-
<a href="#" class="employ current">Europe</a>
134-
<ul class="submenu">
135-
<li><a href="#">Germany</a></li>
136-
<li><a href="#" class="current">France</a></li>
137-
<li><a href="#">Italy</a></li>
138-
</ul>
139-
</li>
140-
</ul>
141-
</li>
127+
<!-- -->
128+
<!-- Responsive menu -->
129+
<!-- -->
142130
</ul>
143131
</div>
144132
</div>

0 commit comments

Comments
 (0)