Skip to content

Commit

Permalink
Fix descender clipping in toolbar title (fixes senchalabs#345).
Browse files Browse the repository at this point in the history
Also includes flipright/flipleft test.
  • Loading branch information
davidkaneda committed Dec 23, 2011
1 parent fde3de4 commit 0339840
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion demos/main/index.html
Expand Up @@ -140,7 +140,8 @@ <h2>Most Popular</h2>
</ul>
<h2>3d Transitions</h2>
<ul class="rounded">
<li><a href="#animdemo" class="flip">Flip</a></li>
<li><a href="#animdemo" class="flipright">Flip right</a></li>
<li><a href="#animdemo" class="flipleft">Flip left</a></li>
<li><a href="#animdemo" class="cube">Cube</a></li>
<li><a href="#animdemo" class="swap">Swap</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions themes/css/apple.css
Expand Up @@ -1309,12 +1309,12 @@ body {
position: absolute;
overflow: hidden;
left: 50%;
bottom: 12px;
bottom: 9px;
margin: 1px 0 0 -75px;
width: 150px;
font-size: 20px;
font-weight: bold;
line-height: 1em;
line-height: 1.3em;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit 0339840

Please sign in to comment.