aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/css/docs.css
AgeCommit message (Collapse)Author
2014-02-16chore(doc-gen): new docsPeter Bacon Darwin
chore(doc-gen): implement dgeni
2014-01-21chore(docs): add spacing to tutorial buttonsJan Hancic
Added 5px of right margin to tutorial buttons (Previous, Live demom ...). Closes #5901
2014-01-06chore(docs): remove uppercase heading stylingMatias Niemelä
Closes #5593
2013-12-17docs(css): improve definition table styleSharon DiOrio
Text in definition tables are now aligned to the top of the cell. These are used in the API index page and makes it cleared what headings match what content. Closes #5286
2013-12-09docs(design): guide index formattingAndy Ferra
Just my first pass at a more readable format of the guide index. Note: the styles apply to all content in the docs, not just the guide index. This is intentional and I feel that the result is positive.
2013-11-06docs(guide/providers): add providers documentationBrian Ford
2013-10-23feat(docs): provide index pages for each angular moduleMatias Niemelä
2013-10-22fix(ngdocs): remove the side search barMatias Niemelä
BREAKING CHANGE The side search bar on the docs page has been removed in favor of the top search bar.
2013-09-26docs(minerr): fix bad line wrap due to errand nowrap in CSSBrian Ford
2013-09-25docs(docs.css): prevent `<code>` elements from wrappingMisha Moroshko
Closes #4114
2013-08-16fix(docs): wrap error message text inside boxKen Sheedlo
2013-07-31docs(header): replace logo.png with logo.svgBrenton
The current logo looks awful on high-density displays. SVG is a better choice because it can scale to any resolution without increasing file size. Amending #2775 to add support for IE 8 by falling back to existing PNG with img.onerror Using relative URLs as directed by @btford and @petebacondarwin. (commit by Brenton Simpson - @appsforartists) Closes #2874
2013-07-26chore(ngdocs): fix docs search to properly hide the X button when collapsedMatias Niemelä
2013-07-24docs(minErr): Build minErr doc siteKen Sheedlo
2013-07-18chore(ngdocs): fix improve button overlapMatias Niemelä
2013-07-12chore(ngdoc): wrap all pages inside of a container tag for easy stylingMatias Niemelä
2013-07-12style(ngdocs): fix minor CSS issuesAlex Olshansky
2013-07-11feat(ngDocs): add links to source for APIJulien Bouquillon
- add tests - the link points to the gruntUtil.getVersion().number tree on github
2013-06-18chore(ngdocs): provide test code for lunr search in docsMatias Niemelä
2013-06-17feat(ngdocs): provide support for user to jump between different versions of ↵Matias Niemelä
the angularjs documentation
2013-06-17feat(ngdocs): support popover, foldouts and foldover annotationsMatias Niemelä
2013-06-06chore(ngdocs): setup bower as the package manager for the docs pagesMatias Niemelä
2013-05-21docs(tutorial): fix the float issue with the improve docs buttonMatias Niemelä
2013-05-16chore(docs): fix syntax error in docs.cssIgor Minar
2013-05-16feat(ngdocs): Add FullText search to replace Google search in docsMatias Niemelä
2013-05-13feat(ngdocs): external links to github, plunkr and jsfiddle available for ↵Matias Niemelä
code examples
2013-05-08feat(ngdocs): add variable type hinting with colorsMatias Niemelä
2013-04-11fix(ngdocs): improve the animations used in the docs menuMatias Niemelä
2013-04-03docs: add animations into docs and directive examplesMatias Niemelä
2013-03-15feat(docs): Add Improve this doc link in each doc page, which links to the ↵Shyam Seshadri
edit mode of that file in github
2012-08-27doc(guide): add conceptsMisko Hevery
2012-08-06docs(styles): fix the cog icon alignmentIgor Minar
2012-05-04chore(docs): re-skin main documentationMisko Hevery