diff options
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/css/docs.css | 17 | ||||
| -rw-r--r-- | docs/src/templates/index.html | 6 | 
2 files changed, 19 insertions, 4 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 9a4ccfb0..354bb918 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -1,3 +1,18 @@ +/* Logo */ + +.header .brand { +  padding-top: 6px; +  padding-bottom: 0px; +} + +.header .brand img { +  height: 25px; +  width: 92px; +} + +/* end: Logo */ + +  /* this is here to avoid the display=block shuffling of ngShow */  .breadcrumb li > * {    float:left; @@ -356,7 +371,7 @@ ul.events > li > h3 {    opacity:1;  } -.popover-incode code,  +.popover-incode code,  .popover-incode pre {    white-space:nowrap;  } diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 3f3e83c8..2cfd6c9d 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -122,8 +122,8 @@      <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: 0;"> -            <img class="AngularJS-small" src="http://angularjs.org/img/AngularJS-small.png"> +          <a class="brand" href="http://angularjs.org"> +            <img class="logo" src="img/angularjs-for-header-only.svg">            </a>            <ul class="nav">              <li class="divider-vertical"></li> @@ -274,7 +274,7 @@                  <a href="{{page.url}}" tabindex="2">{{page.shortName}}</a>                </li>              </ul> -             +              <ul class="nav nav-list well api-list-item" ng-repeat="module in modules track by module.url">                <li class="nav-header module">                  <a class="guide" href="{{URL.module}}">module</a>  | 
