diff options
| author | Alex Olshansky | 2013-07-10 15:31:04 +0400 | 
|---|---|---|
| committer | Pawel Kozlowski | 2013-07-12 19:41:48 +0200 | 
| commit | ccda0f35090b1a6b3d5cd2288987ba77fcd1d4d7 (patch) | |
| tree | 340ff9504fb02319e3da2db19e9a40471290ab8b /docs/src/templates/index.html | |
| parent | b94ca12fa0b027d8592f5717e038b7b116c59384 (diff) | |
| download | angular.js-ccda0f35090b1a6b3d5cd2288987ba77fcd1d4d7.tar.bz2 | |
style(ngdocs): fix minor CSS issues
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index b64140bd..c21d5868 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -121,7 +121,7 @@      <div class="navbar navbar-inverse navbar-fixed-top">        <div class="navbar-inner">          <div class="container"> -          <a class="brand" href="http://angularjs.org" style="padding-top: 6px; padding-bottom: 0px;"> +          <a class="brand" href="http://angularjs.org" style="padding-top: 6px; padding-bottom: 0;">              <img class="AngularJS-small" src="http://angularjs.org/img/AngularJS-small.png">            </a>            <ul class="nav"> | 
