GHButtons

gh button style

by voodoomonkey

HTML

<link rel="stylesheet" href="https://dl.dropboxusercontent.com/u/97182346/gh-buttons.css">
<a href="#" class="button">Post comment</a>
<a href="#" class="button primary">Publish post</a> 
<a href="#" class="button">Save as draft</a>
<div class="button-group">
    <a href="#" class="button primary">Dashboard</a>
    <a href="#" class="button">Inbox</a>
    <a href="#" class="button">Account</a>
    <a href="#" class="button">Logout</a>
</div>

<div class="actions button-container">
    <a href="#" class="button primary">Compose new</a>
    
    <div class="button-group">
        <a href="#" class="button primary">Archive</a>
        <a href="#" class="button">Report spam</a>
        <a href="#" class="button danger">Delete</a>
    </div>
                        
    <div class="button-group minor-group">
        <a href="#" class="button">Move to</a>
        <a href="#" class="button">Labels</a>
    </div>
</div>