Skip to content

Instantly share code, notes, and snippets.

@andyjbas
Created September 17, 2012 23: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 andyjbas/3740339 to your computer and use it in GitHub Desktop.
Save andyjbas/3740339 to your computer and use it in GitHub Desktop.
html {
background: url('../images/whitebkg.jpg') repeat;
background-color: transparent;
height: 100%
}
body {
height: 100%;
background-color: transparent;
}
#leftnav {
width: 900px;
}
table {
margin-top: 15px;
}
.container {
width:0px;
}
.span4 {
text-align: center;
font-family: 'Source Sans Pro', sans-serif;
}
.notices p {
line-height:20px !important;
}
h1 {
font-family: 'Source Sans Pro', sans-serif;
font-style: italic;
font-weight: 700;
font-size: 40px;
margin-bottom: 50px;
}
h2 {
font-family: 'Source Sans Pro', sans-serif;
font-style: italic;
font-weight: 200;
font-size: 40px;
margin-bottom: 50px;
}
h3 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
font-size: 30px;
}
li {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
font-size: 15px;
}
.navbar-form input{
margin-top: 0px;
};
.table th {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
font-size: 15px;
}
.navbar .nav{
float:none;
margin: 0 auto;
width:600px;
}
.navbar .nav.pull-right{
width:180px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment