diff options
author | Scott Main <smain@google.com> | 2014-05-23 21:45:32 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-23 21:45:33 +0000 |
commit | 1f1bb9d06830552269c68bf3bd1e7184f1a7bb9d (patch) | |
tree | 431cdeab912e5321deefca5986ce10e002780c7c | |
parent | 9562863cf184fe99be223aff9700b3ceb8559e1a (diff) | |
parent | 03c3b60587ba45cbfe03e73801ba05cf9a8dd98e (diff) | |
download | frameworks_base-1f1bb9d06830552269c68bf3bd1e7184f1a7bb9d.zip frameworks_base-1f1bb9d06830552269c68bf3bd1e7184f1a7bb9d.tar.gz frameworks_base-1f1bb9d06830552269c68bf3bd1e7184f1a7bb9d.tar.bz2 |
Merge "add style to community page to adapt to the new sticky nav styles. basically override the new style to use the previous style because this page does not use sticky nav." into klp-docs
-rw-r--r-- | docs/html/community/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/community/index.html b/docs/html/community/index.html index eeb1c51..e3834ba 100644 --- a/docs/html/community/index.html +++ b/docs/html/community/index.html @@ -34,6 +34,9 @@ href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,medium </script> <style> +#header { + padding: 2.2em 0 0.2em 0; +} #header-wrap h1 { margin:0; padding:0; |