diff options
| author | Igor Minar | 2012-08-06 16:54:18 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-10 14:19:57 -0700 |
| commit | 1391579599e4bf22a0cfa26705b9b320c511a854 (patch) | |
| tree | 4af83460bf6dff380eb9f5c3d7de13b73b492b1b /docs | |
| parent | 5d2bd1d84ca7d70122268751c81789535bc6377e (diff) | |
| download | angular.js-1391579599e4bf22a0cfa26705b9b320c511a854.tar.bz2 | |
docs(styles): fix the cog icon alignment
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/templates/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 8359607e..a262eb9c 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -19,6 +19,11 @@ img.AngularJS-small { height: 1em; } + +.icon-cog { + line-height: 13px; +} + /* =============================== */ .form-search .dropdown-menu { |
