diff options
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 17 |
1 files changed, 16 insertions, 1 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; } |
