You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2014/07/21 15:25:23 UTC

[47/50] git commit: Clean up index.html spacing. Add id to navbar

Clean up index.html spacing. Add id to navbar


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/20865098
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/20865098
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/20865098

Branch: refs/heads/master
Commit: 20865098642efce380681ebf7414beb56e87aab3
Parents: 1a788dd
Author: Michael Joyce <jo...@apache.org>
Authored: Fri Jul 18 15:21:28 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Fri Jul 18 15:21:28 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/index.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/20865098/ocw-ui/frontend-new/app/index.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/index.html b/ocw-ui/frontend-new/app/index.html
index d2ba823..3867c6f 100644
--- a/ocw-ui/frontend-new/app/index.html
+++ b/ocw-ui/frontend-new/app/index.html
@@ -26,7 +26,7 @@
 
     <div class="container">
       <div class="row">
-        <div class="navbar navbar-default" role="navigation">
+        <div class="navbar navbar-default" id="ocw-navbar" role="navigation">
           <div class="container">
             <div class="navbar-header">
               <a class="navbar-brand brand" href="#">OCW UI</a>
@@ -41,7 +41,6 @@
         </div>
         <div class="row">
           <div class="col-md-12">
-            <br><br>
             <div id="header">
               <img id="header-img" src=""/>
               <h3 id="header-title">Project Name</h3>
@@ -49,10 +48,8 @@
             </div>
           </div>
         </div>
-        <!--div>-->
       </div>
       <!-- Main Content -->
-      <!--<div id="main-container" class="container" ui-view ng-animate="{enter:'fade-enter'}"></div>-->
       <div id="main-container" class="container" ui-view></div>
     </div>