Skip to content

Instantly share code, notes, and snippets.

@niallobrien
Created November 19, 2012 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niallobrien/4110854 to your computer and use it in GitHub Desktop.
Save niallobrien/4110854 to your computer and use it in GitHub Desktop.
OSX Well for Bootstrap
.well {
border: 1px solid #ccc;
.border-radius(6px 6px 0 0);
.box-shadow(0px 0px 0px 1px #eee);
header {
.border-radius(6px 6px 0 0);
#gradient > .vertical(@navbarBackground, #ddd );
margin: -19px -19px 20px -19px;
border-bottom: 1px solid #ccc;
padding: 10px;
text-shadow: 1px 0px #fff;
color: #666;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment