Skip to content

Instantly share code, notes, and snippets.

Created March 19, 2014 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/9646111 to your computer and use it in GitHub Desktop.
Save anonymous/9646111 to your computer and use it in GitHub Desktop.
For Brandon Minch
Click any element on your site to edit its properties.
Double-click links to navigate.
/*
*Global Runyon styles
*/
body, html {
margin: 0px;
padding: 0px;
}
body {
background: #ffffff;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 100%;
line-height: 1.7;
width: 100%;
}
{ width: auto !important;
height: 100% !important;
}
/*
* Header / Navigation
*/
.header_img {
position: fixed;
top: 22px;
right: 60px;
z-index: 999;
}
.nav_container {
height: 70px;
line-height: 70px;
padding: 0 35px 0 0;
position: fixed;
top: 0; left: 70px; right: 0;
white-space: nowrap;
z-index: 12;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment