Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ccda0f3

Browse files
clbnpkozlowski-opensource
authored andcommitted
style(ngdocs): fix minor CSS issues
1 parent b94ca12 commit ccda0f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/templates/css/doc_widgets.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ul.doc-example > li {
1515

1616
ul.doc-example > li.doc-example-heading {
1717
border: none;
18-
border-radius: none;
18+
border-radius: 0;
1919
margin-bottom: -10px;
2020
}
2121

docs/src/templates/css/docs.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ ul.events > li > h3 {
372372
content:"";
373373
position:absolute;
374374
left:50%;
375-
top:0px;
375+
top:0;
376376
margin-left:-10px;
377377
border-width:10px;
378378
border-style:solid;

docs/src/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<div class="navbar navbar-inverse navbar-fixed-top">
122122
<div class="navbar-inner">
123123
<div class="container">
124-
<a class="brand" href="http://angularjs.org" style="padding-top: 6px; padding-bottom: 0px;">
124+
<a class="brand" href="http://angularjs.org" style="padding-top: 6px; padding-bottom: 0;">
125125
<img class="AngularJS-small" src="http://angularjs.org/img/AngularJS-small.png">
126126
</a>
127127
<ul class="nav">

0 commit comments

Comments
 (0)