1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11957] Remove menu toggle

PHPBB3-11957
This commit is contained in:
Vjacheslav Trushkin
2013-10-24 22:53:57 +03:00
parent 12c5997471
commit 64e26e8c71
3 changed files with 0 additions and 87 deletions

View File

@@ -326,36 +326,6 @@ li {
/* Sub-navigation Menu
---------------------------------------- */
/* Toggle */
#toggle {
padding: 5px;
width: 5%;
height: 100px;
position: absolute;
left: 15%;
top: 28px;
margin-left: 2px;
}
.rtl #toggle {
left: 75%;
margin-right: 0;
margin-left: 6px;
}
#toggle-handle {
display: block;
width: 18px;
height: 19px;
float: right;
background-image: url(../images/toggle.gif);
}
.rtl #toggle-handle {
background-image: url(../images/toggle.gif);
background-position: 100% 50%;
}
/* Menu */
#menu {
float: left;