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

Commit 6f96adb

Browse files
committed
Update readme, import css
1 parent 561545f commit 6f96adb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Responsive menu
2-
3-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/506fe74dc4f24ecba43c716a5a9bb753)](https://www.codacy.com/app/accgit/responsive-menu?utm_source=github.com&utm_medium=referral&utm_content=css-ui/responsive-menu&utm_campaign=badger)
4-
2+
3+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/506fe74dc4f24ecba43c716a5a9bb753)](https://www.codacy.com/app/accgit/responsive-menu?utm_source=github.com&utm_medium=referral&utm_content=css-ui/responsive-menu&utm_campaign=badger)
4+
55

66
Simple responsive sidebar menu, based on CSS UI.
77

88
## Instruction
99

10-
Download and insert [css.ui.min.css](https://github.com/css-ui/cssui/tree/master/src/min) to directory css, then download [jquery.min.js](https://jquery.com/download/) and put to js directory.
10+
Download and insert [css.ui.min.css](https://github.com/css-ui/cssui/tree/master/src/min) to directory css.

src/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@import url(css.ui.min.css);
66
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
77
@import url(style.responsive.css);
8+
@import url(simplebar.css);
89

910
/*
1011
elements

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
<!-- CSS styles -->
1111
<link rel="stylesheet" href="css/style.css">
12-
<link rel="stylesheet" href="css/simplebar.css">
1312

1413
<!-- css sidebar themes -->
1514
<link rel="stylesheet" href="css/theme/style.responsive.light.css">

0 commit comments

Comments
 (0)