Skip to content

Instantly share code, notes, and snippets.

@dhg
Created September 2, 2012 17:43
Show Gist options
  • Save dhg/3602130 to your computer and use it in GitHub Desktop.
Save dhg/3602130 to your computer and use it in GitHub Desktop.
Titlebar with segmented controller
<header class="bar-title">
<a class="button" href="#">
Left
</a>
<ul class="segmented-controller">
<li class="active">One</li>
<li>Two</li>
<li>Three</li>
</ul>
<a class="button" href="#">
Right
</a>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment