mozillakr / mozilla.or.kr

Web service for www.mozilla.or.kr
9 stars 5 forks source link

Remove 'main navigation' toggle link. #32

Closed hyeonseok closed 11 years ago

hyeonseok commented 11 years ago

/ko/firefox/features/ /ko/firefox/customize/ /ko/firefox/performance/

페이지의 상단에 '주요 메뉴'라는 토글 링크가 나와서 메뉴 항목이 출력되는 위치가 맞지 않네요.

channy commented 11 years ago

그 페이지에는 en-US 페이지에도 아래 코드가 없네요. toggle class를 hidden으로 하는 css 선언을 넣든지 크게 필요 없어 보면 아예 header-fx.php에서 빼는 게 좋을 듯... <span class="toggle" role="button" aria-controls="nav-main-menu" tabindex="0">주요 메뉴</span>

hyeonseok commented 11 years ago

일단 버튼 자체를 빼버렸습니다. 오류가 발생하거나 하지는 않는 것 같네요.