Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit e1e7ccf

Browse files
committed
Update
1 parent a79ec7a commit e1e7ccf

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
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-dropdown-menu",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"description": "Simple dropdown menu.",
55
"main": "css/style.dropdown.css",
66
"repository": {

‎readme.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Dropdown menu
1+
## CSS UI - Dropdown menu
22

33
Simple dropdown menu.
44

@@ -24,27 +24,23 @@ CSS dependencies.
2424
<link rel="stylesheet" href="path/to/cssui.css">
2525
```
2626

27-
CSS dropdown style.
27+
CSS dropdown.
2828

2929
```html
3030
<link rel="stylesheet" href="path/to/style.dropdown.css">
3131
```
3232

33-
CSS light or dark theme for menu. Choose one.
33+
CSS light or dark theme. Choose one.
3434

3535
```html
3636
<link rel="stylesheet" href="path/to/style.dropdown.light.css">
3737
<link rel="stylesheet" href="path/to/style.dropdown.dark.css">
3838
```
3939

40-
Set font.
40+
Use Open Sans fotns.
4141

42-
```html
43-
<style>
44-
body {
45-
font-family: 'Open Sans', sans-serif;
46-
}
47-
</style>
42+
```css
43+
font-family: 'Open Sans', sans-serif;
4844
```
4945

5046
Dropdown menu html.
@@ -88,4 +84,4 @@ javascript libraries and plugins.
8884
});
8985
</script>
9086
```
91-
Enjoy the dropdown.
87+
Enjoy dropdownmenu.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /