summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-07-23 14:38:57 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-07-23 14:38:57 -0700
commit905a015c99816122e92d5e59f02efab8e2194958 (patch)
tree477b174a9518399c608ba6c107b7df1f2c6e980c /tools
parenta8df6091fe31dca3830fffe89a3578133584bc48 (diff)
parent06cb5c73f3f62a2da0138d3f55e19c47a2632182 (diff)
downloadbuild-905a015c99816122e92d5e59f02efab8e2194958.zip
build-905a015c99816122e92d5e59f02efab8e2194958.tar.gz
build-905a015c99816122e92d5e59f02efab8e2194958.tar.bz2
am 06cb5c73: Set the min height and width for images in carousel, set height of tabs so the selected indicator aligns with horizontal rule
* commit '06cb5c73f3f62a2da0138d3f55e19c47a2632182': Set the min height and width for images in carousel, set height of tabs so the selected indicator aligns with horizontal rule
Diffstat (limited to 'tools')
-rw-r--r--tools/droiddoc/templates-sdk/assets/css/default.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css
index 7915fb8..837034b 100644
--- a/tools/droiddoc/templates-sdk/assets/css/default.css
+++ b/tools/droiddoc/templates-sdk/assets/css/default.css
@@ -3767,7 +3767,8 @@ a.download-sdk {
height: 300px;
}
.slideshow-develop img.play {
- width:350px;
+ max-width:350px;
+ max-height:240px;
margin:20px 0 0 90px;
-webkit-transform: perspective(800px ) rotateY( 35deg );
box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
@@ -3822,6 +3823,7 @@ a.download-sdk {
.feed .feed-nav li {
list-style: none;
float: left;
+ height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
margin-right: 25px;
cursor: pointer;
}