diff options
| author | Igor Minar | 2010-11-18 16:53:11 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-18 16:53:11 -0800 |
| commit | 7ee102eecf927c5a481c6d16b5ff08bfe9563bdc (patch) | |
| tree | 6bc12f7238c2606970aa8d53f003084d1ed03ec4 /docs/docs.css | |
| parent | fc7f11d03b4380866033c38eb7649cdc5be93d9a (diff) | |
| download | angular.js-7ee102eecf927c5a481c6d16b5ff08bfe9563bdc.tar.bz2 | |
add a feedback link to the doc pages
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/docs.css b/docs/docs.css index 4ade0405..69cfb078 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -56,7 +56,8 @@ a { } #section { - padding: 1em; + padding: 1em; + width: 100%; } #section h1 { @@ -168,3 +169,9 @@ a { font-weight: bold; color: orange; } + +#feedback { + float: right; + width: 10em; + text-align: right; +}
\ No newline at end of file |
