소스 검색

put the FreshSpooge link in its own nav section

Harlan Iverson 6 년 전
부모
커밋
0716826981
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      app/resources/templates/themes/ispooge/html/base.html

+ 5 - 3
app/resources/templates/themes/ispooge/html/base.html

@@ -33,11 +33,13 @@
                 <span class="icon-bar"></span>
             </button>
             <a class="navbar-brand" href="{{index-uri}}">{{title}}</a><br/>
-            <small>
-            Powered by <a href="/fresh.html">FreshSpooge</a>
-            </small>
                         
         </div>
+        <div class="navbar-text">
+                      <small>
+            Powered by<br><a href="/fresh.html">FreshSpooge</a>
+            </small>
+        </div>
         <div id="navbar" class="navbar-collapse collapse">
             <ul class="nav navbar-nav navbar-right">
                 <li {% if home %} class="active" {% endif %}><a href="{{index-uri}}">Home</a></li>