Skip to content

Instantly share code, notes, and snippets.

@andreacampi
Created October 7, 2011 16:02
Show Gist options
  • Save andreacampi/1270657 to your computer and use it in GitHub Desktop.
Save andreacampi/1270657 to your computer and use it in GitHub Desktop.
walkthrough
$curry-line-height: 22px;
$curry-plain-grid-outer-width: 280px;
$curry-plain-grid-margin: 25px;
$curry-plain-h2-font-size: 32px;
@import "curry/plain";
.controls {
background-color: #222;
.prev, .next { line-height: 40px; }
.pagewidth {
margin: 0 auto;
position: relative;
height: 40px;
}
.pagenumbers {
display: block;
text-align: center;
line-height: 40px;
color: #eee;
}
.next {
position: absolute;
right: 0;
top: 0;
}
.prev {
position: absolute;
left: 0;
top: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment