質問編集履歴
2
URLの削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,3 @@
|
|
1
|
-
【サイト】
|
2
|
-
http://uptooou.com
|
3
|
-
|
4
1
|
【ハンバーガーメニューの実装にあたり利用したプラグイン】
|
5
2
|
drawer
|
6
3
|
http://git.blivesta.com/drawer/
|
@@ -33,11 +30,11 @@
|
|
33
30
|
</button>
|
34
31
|
<nav class="drawer-nav" role="navigation">
|
35
32
|
<ul class="drawer-menu" style="transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1); transition-duration: 0ms; transform: translate(0px, 0px) translateZ(0px);">
|
36
|
-
<li><a class="drawer-brand" href="
|
33
|
+
<li><a class="drawer-brand" href="#" data-slimstat="5">TOPへ</a></li>
|
37
|
-
<li><a class="drawer-brand" href="
|
34
|
+
<li><a class="drawer-brand" href="#" data-slimstat="5">UpToUとは</a></li>
|
38
35
|
<li><h3 class="drawer-brand">▼テーマ一覧</h3></li>
|
39
|
-
<li><a class="drawer-menu-item" href="
|
36
|
+
<li><a class="drawer-menu-item" href="#" data-slimstat="5">テクノロジー</a></li>
|
40
|
-
<li><a class="drawer-menu-item" href="" data-slimstat="5">ファイナンス</a></li>
|
37
|
+
<li><a class="drawer-menu-item" href="#" data-slimstat="5">ファイナンス</a></li>
|
41
38
|
</ul>
|
42
39
|
</nav>
|
43
40
|
</header>
|
1
書式の改善
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
【CSS】
|
1
|
+
【CSS】ハンバーガーメニューの開閉時のCSS適応について
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
【サイト】
|
2
|
-
http://uptooou.com
|
2
|
+
http://uptooou.com
|
3
3
|
|
4
4
|
【ハンバーガーメニューの実装にあたり利用したプラグイン】
|
5
5
|
drawer
|