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

Commit 05f47bc

Browse files
committed
Update
1 parent 4bf2856 commit 05f47bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dropdown.menu/dark.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>CSS UI - Simple dropdown menu</title>
77

88
<!-- css -->
9-
<link rel="stylesheet" href="../www/css/cssui-dropdown.min.css">
9+
<link rel="stylesheet" href="../www/css/cssui.min.css">
1010
<link rel="stylesheet" href="../www/css/cssui-dropdown-dark.min.css">
1111
<style>
1212
body {
@@ -18,6 +18,7 @@
1818
<body>
1919
<div class="row">
2020
<div class="three columns">
21+
<h2>CSS UI - Dropdown menu</h2>
2122
<div class="dropdown">
2223

2324
<!-- dropdown menu click -->

dropdown.menu/light.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>CSS UI - Simple dropdown menu</title>
77

88
<!-- css -->
9-
<link rel="stylesheet" href="../www/css/cssui-dropdown.min.css">
9+
<link rel="stylesheet" href="../www/css/cssui.min.css">
1010
<link rel="stylesheet" href="../www/css/cssui-dropdown-light.min.css">
1111
<style>
1212
body {
@@ -18,6 +18,7 @@
1818
<body>
1919
<div class="row">
2020
<div class="three columns">
21+
<h2>CSS UI - Dropdown menu</h2>
2122
<div class="dropdown">
2223

2324
<!-- dropdown menu click -->

0 commit comments

Comments
 (0)