diff options
| author | Alex Olshansky | 2013-07-10 15:31:04 +0400 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-07-12 19:41:48 +0200 |
| commit | ccda0f35090b1a6b3d5cd2288987ba77fcd1d4d7 (patch) | |
| tree | 340ff9504fb02319e3da2db19e9a40471290ab8b /docs/src/templates | |
| parent | b94ca12fa0b027d8592f5717e038b7b116c59384 (diff) | |
| download | angular.js-ccda0f35090b1a6b3d5cd2288987ba77fcd1d4d7.tar.bz2 | |
style(ngdocs): fix minor CSS issues
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/css/doc_widgets.css | 2 | ||||
| -rw-r--r-- | docs/src/templates/css/docs.css | 2 | ||||
| -rw-r--r-- | docs/src/templates/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/templates/css/doc_widgets.css b/docs/src/templates/css/doc_widgets.css index b0348b22..587d5a7e 100644 --- a/docs/src/templates/css/doc_widgets.css +++ b/docs/src/templates/css/doc_widgets.css @@ -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; } diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 7b611d24..01aa2376 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -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; diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index b64140bd..c21d5868 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -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"> |
