diff options
| author | Matias Niemelä | 2013-10-16 22:48:32 -0400 | 
|---|---|---|
| committer | Matias Niemelä | 2013-10-23 17:00:12 -0400 | 
| commit | a7e12b7959212f2fa88fe17d5a045cc9d8b22922 (patch) | |
| tree | 3613ad9f20a92eb9e7a88402e34a078092663cba /docs/src/templates/css/docs.css | |
| parent | 3f568b22f9bec09192588e3cae937db5c2e757f9 (diff) | |
| download | angular.js-a7e12b7959212f2fa88fe17d5a045cc9d8b22922.tar.bz2 | |
feat(docs): provide index pages for each angular module
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 430ff4c9..783f1d21 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -508,3 +508,26 @@ pre ol li {    font-size: 16px;    word-break: normal;  } + +.text-info { +  color:#3a87ad; +} + +.definition-table tr > td:first-child { +  font-weight:bold; +  width:30%; +} + +.definition-table.spaced { +  margin-bottom:30px; +} + +.component-heading { +  text-transform:capitalize; +} + +.component-breakdown { +  margin-bottom:30px; +  padding-bottom:30px; +  border-bottom:1px solid #aaa; +} | 
