diff options
| author | Misko Hevery | 2010-12-23 00:44:27 +0100 |
|---|---|---|
| committer | Misko Hevery | 2011-01-10 11:50:11 -0800 |
| commit | 4f22d6866c052fb5b770ce4f377cecacacd9e6d8 (patch) | |
| tree | 6bdb1c5eb70cfd7e6bcf143c121c53025a0489a4 /docs/doc_widgets.css | |
| parent | aab3df7aeaf79908e8b6212288b283adb42b1ce6 (diff) | |
| download | angular.js-4f22d6866c052fb5b770ce4f377cecacacd9e6d8.tar.bz2 | |
complete rewrite of documentation generation
- romeved mustache.js
- unified templates
- improved testability of the code
Diffstat (limited to 'docs/doc_widgets.css')
| -rw-r--r-- | docs/doc_widgets.css | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/doc_widgets.css b/docs/doc_widgets.css deleted file mode 100644 index 8361f105..00000000 --- a/docs/doc_widgets.css +++ /dev/null @@ -1,35 +0,0 @@ -@namespace doc url("http://docs.angularjs.org/"); - -doc\:example { - display: none; -} - -ul.doc-example { - list-style-type: none; - position: relative; - font-size: 14px; -} - -ul.doc-example > li { - border: 2px solid gray; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - background-color: white; - margin-bottom: 20px; -} - -ul.doc-example > li.doc-example-heading { - border: none; - border-radius: none; - margin-bottom: -10px; -} - -li.doc-example-live { - padding: 10px; - font-size: 1.2em; -} - -div.syntaxhighlighter { - padding-bottom: 1px !important; /* fix to remove unnecessary scrollbars http://is.gd/gSMgC */ -}
\ No newline at end of file |
