style(ngdocs): fix minor CSS issues

This commit is contained in:
Alex Olshansky 2013-07-10 15:31:04 +04:00 committed by Pawel Kozlowski
parent b94ca12fa0
commit ccda0f3509
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ ul.doc-example > li {
ul.doc-example > li.doc-example-heading {
border: none;
border-radius: none;
border-radius: 0;
margin-bottom: -10px;
}

View file

@ -372,7 +372,7 @@ ul.events > li > h3 {
content:"";
position:absolute;
left:50%;
top:0px;
top:0;
margin-left:-10px;
border-width:10px;
border-style:solid;

View file

@ -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">