diff options
author | Scott Main <smain@google.com> | 2012-06-23 05:39:13 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-06-23 05:39:13 -0700 |
commit | 1df3271e64f50de78fa0e9490505efe972f804a3 (patch) | |
tree | 454c972d83d503f46a54b20bd22913a832e8f12a /tools | |
parent | 608f34f32452755ecc28d662974e7ef6754d973e (diff) | |
parent | aeda97cb22f64badf50bf31ca11e4f32418fc6d8 (diff) | |
download | build-1df3271e64f50de78fa0e9490505efe972f804a3.zip build-1df3271e64f50de78fa0e9490505efe972f804a3.tar.gz build-1df3271e64f50de78fa0e9490505efe972f804a3.tar.bz2 |
am aeda97cb: am d786a29f: docs: adjust homepage carousel styles
* commit 'aeda97cb22f64badf50bf31ca11e4f32418fc6d8':
docs: adjust homepage carousel styles
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sdk/assets/css/home.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/css/home.css b/tools/droiddoc/templates-sdk/assets/css/home.css index d5b95fc..5b7e048 100644 --- a/tools/droiddoc/templates-sdk/assets/css/home.css +++ b/tools/droiddoc/templates-sdk/assets/css/home.css @@ -13,15 +13,19 @@ float: left; text-align: center; vertical-align: center; - margin: 0 0 0 25px; + margin: 0 0 0 35px; } .slideshow-home .content-right { - width: 290px; - float: left; - margin: 100px 0 0 0; + margin: 80px 0 0 0; } .slideshow-home .content-right p { - margin-bottom: 30px; + margin-bottom: 10px; +} +.slideshow-home .content-right p:last-child { + margin-top: 15px; +} +.slideshow-home .content-right h1 { + padding:0; } .slideshow-home .item { height: 500px; |