diff options
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 7f86de9e..bbfae500 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -1,8 +1,17 @@ -img.AngularJS-small { - width: 95px; +/* Logo */ + +.header .brand { + padding-top: 6px; + padding-bottom: 0px; +} + +.header .brand img { height: 25px; + width: 92px; } +/* end: Logo */ + .clear-navbar { margin-top: 60px; |
