mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
style(ngdocs): fix minor CSS issues
This commit is contained in:
parent
b94ca12fa0
commit
ccda0f3509
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue