am 905a015c: 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 '905a015c99816122e92d5e59f02efab8e2194958':
  Set the min height and width for images in carousel, set height of tabs so the selected indicator aligns with horizontal rule
This commit is contained in:
Scott Main 2012-07-23 19:52:35 -07:00 committed by Android Git Automerger
commit 375b606314
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}