Created
October 15, 2010 07:29
-
-
Save baileylo/627780 to your computer and use it in GitHub Desktop.
basic global styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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