diff options
| author | Misko Hevery | 2012-05-29 16:25:21 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-08-27 15:44:38 -0700 | 
| commit | 7a5f25f6671eb5f51b06615d74a05855ab79f31e (patch) | |
| tree | acc28ac6cc3ec755531fa43147b06e5bd5b6c565 /docs/src/templates/css/docs.css | |
| parent | 96697f464fdce21480f52b4cf6d74a267058f63d (diff) | |
| download | angular.js-7a5f25f6671eb5f51b06615d74a05855ab79f31e.tar.bz2 | |
doc(guide): add concepts
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index a262eb9c..53478e33 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -145,6 +145,11 @@ ul.events > li > h3 {    font-family: monospace;  } +.center { +  display: block; +  margin: 2em auto; +} +  .diagram {    display: block;    margin: 2em auto; @@ -175,3 +180,7 @@ ul.events > li > h3 {    color: white;    text-decoration: none;  } + +.clear { +  clear: both; +} | 
