Skip to content

Instantly share code, notes, and snippets.

@selvan
Created March 3, 2011 10:25
Show Gist options
  • Save selvan/852591 to your computer and use it in GitHub Desktop.
Save selvan/852591 to your computer and use it in GitHub Desktop.
Additional CSS for sample brochure
<style type="text/css">
.top {
margin-top: 10px;
}
.heading {
font-weight: bold;
font-size: 22px;
text-align: left;
color: #1788DC;
margin-bottom: 20px;
}
#logo h1 {
color: #357EC7;
font-family: 'georgia', 'bitstream vera serif', serif;
font-size: 35px;
font-weight: normal;
letter-spacing: 0px;
line-height: 1;
margin: 0;
padding: 10px;
}
body {
color: #000000;
font-family: 'lucida grande', 'lucida sans unicade', sans-serif;
line-height: 1.3;
font-size: 14px;
}
ul li {
list-style: none outside none;
margin-left: 0;
word-wrap: break-word;
}
ul {
padding-left: 0;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment