Skip to content

Instantly share code, notes, and snippets.

@baileylo
Created October 15, 2010 07:29
Show Gist options
  • Save baileylo/627780 to your computer and use it in GitHub Desktop.
Save baileylo/627780 to your computer and use it in GitHub Desktop.
basic global styles
/* Layout Styles */
#wrapper {
width: 750px;
margin: 25px auto;
border: 1px solid black;
}
#top_nav {
padding: 5px;
text-align: right;
border-bottom: 1px solid black;
}
#top_nav h1 {
display:inline;
float: left;
}
#top_nav h1 img {
vertical-align:middle;
}
#content {
padding: 0px 5px 5px 5px;
clear: both;
}
#content h1 {
font-size: 14pt;
}
#content h1#page_title {
text-align:right;
margin-top: 0px;
}
#content table {
width: 95%;
margin: 5px auto;
}
/* Helper styles */
.bclear {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment