diff options
| author | dandoyon | 2011-09-19 20:11:32 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-10-30 22:27:25 -0700 |
| commit | 28ed5ba46595a371bd734b92a6e4bb40d1013741 (patch) | |
| tree | a5e37419b4316ff1dc6677e3d56ef3d9b78a4c7c /docs/src/templates/docs.css | |
| parent | 02dc81bae0011b7ae4190363be5fdd5db420aca9 (diff) | |
| download | angular.js-28ed5ba46595a371bd734b92a6e4bb40d1013741.tar.bz2 | |
feat(docs): disqus integration
- add style for disqus threads in css
- add loadDisqus method to be called afterPartialLoaded
- add div container for disqus threads
Diffstat (limited to 'docs/src/templates/docs.css')
| -rw-r--r-- | docs/src/templates/docs.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index 4a2a7fb3..765c7e4a 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -268,7 +268,7 @@ li { /*----- content styles -----*/ -#content-panel { +.content-panel { float: left; margin-top: 4em; margin-left: 3em; @@ -286,7 +286,7 @@ li { border-radius: 15px; } -#content-panel > h2 { +.content-panel > h2 { font-size: 2em; font-weight: normal; color: #fff; @@ -294,8 +294,7 @@ li { height: 1em; } - -#content { +.content-panel-content { background-color: #fff; display: block; margin: 0.7em -1em -1em; @@ -354,6 +353,10 @@ li { padding-left: 0; } +#disqus #disqus_thread { + margin: 0.7em -1em -1em; +} + /* subpages */ #fader { |
