mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
Remove some dead code
This commit is contained in:
parent
706380de4a
commit
d2883a787f
2 changed files with 0 additions and 13 deletions
|
@ -34,11 +34,6 @@ html, body, svg {
|
|||
transition-duration:1s;
|
||||
}
|
||||
|
||||
#menu.closed h2{ /*Menu title ("Menu")*/
|
||||
text-align:center;
|
||||
font-size: .9vw;
|
||||
}
|
||||
|
||||
#menu h2{ /*Menu title ("Menu")*/
|
||||
display: none;
|
||||
font-size:4vh;
|
||||
|
@ -50,11 +45,6 @@ html, body, svg {
|
|||
margin:0;
|
||||
}
|
||||
|
||||
#menu h3 { /*Section titles ("tools", "configuration")*/
|
||||
font-size:1vw;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#menu .tools {
|
||||
list-style-type:none;
|
||||
padding:0;
|
||||
|
|
|
@ -27,14 +27,11 @@
|
|||
</div>
|
||||
|
||||
<div id="menu">
|
||||
<h2 id="toggleMenu" data-translation="waiting">Menu</h2>
|
||||
<div id="menuItems">
|
||||
<h3 data-translation="waiting">Tools</h3>
|
||||
<ul id="tools" class="tools">
|
||||
<li class="tool"><span class="tool-icon"></span><span class="tool-name" data-translation="waiting">Tool template</span></li>
|
||||
</ul>
|
||||
|
||||
<h3 data-translation="waiting">Configuration</h3>
|
||||
<ul class="tools" id="settings">
|
||||
<li class="tool">
|
||||
<span class="tool-icon">
|
||||
|
|
Loading…
Reference in a new issue