Skip to content

Commit

Permalink
New Feature: Sergmented Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
vitmalina committed Sep 30, 2011
1 parent 9ee8561 commit d116814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/ipad-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ul.seg-button li {
border-bottom: 1px solid #222222;
list-style-type: none;
padding: 4px;
margin: 0px auto;
margin: 0px;
background-color: #fff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A6A6A6), to(#B5B5B5), color-stop(.5,#7A7A7A),color-stop(.5,#5C5C5C));
-webkit-box-shadow: 0px 1px 0px #666666;
Expand Down
2 changes: 1 addition & 1 deletion pages/buttons.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="toolbar">
<div style="width: 275px; margin: 0 auto;">
<div style="width: 275px; margin: -2px auto;">
<ul class="seg-button">
<li><a style="width: 80px">Segmented</a></li>
<li><a style="width: 80px">Button</a></li>
Expand Down

0 comments on commit d116814

Please sign in to comment.