소스 검색

Topbar is now NOT fluid

Julio Montoya 12 년 전
부모
커밋
0b543da5b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/template/default/layout/topbar.tpl

+ 1 - 1
main/template/default/layout/topbar.tpl

@@ -2,7 +2,7 @@
 {% if show_toolbar == 1 %}
     <div id="topbar" class="navbar navbar-fixed-top">
         <div class="navbar-inner">
-            <div class="container-fluid">              
+            <div class="container">              
                 <a class="brand" href="{{ _p.web }}">
                     {{ "siteName" | get_setting }}
                 </a>