Skip to content

Instantly share code, notes, and snippets.

@mattandrews
Created September 24, 2013 20:07
Show Gist options
  • Save mattandrews/6690508 to your computer and use it in GitHub Desktop.
Save mattandrews/6690508 to your computer and use it in GitHub Desktop.
body {
font-size: 12px;
line-height: 18px;
font-family: arial;
background: #ededed;
color: #333333;
}
ul {
list-style: none;
}
h1, h2, li, ul, p {
margin: 0px;
padding: 0px;
}
h1 {
background: #333333;
color: #ffffff;
padding: 10px 5px;
margin-bottom: 20px;
font-weight: normal;
}
li {
float: left;
clear: left;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 10px solid #dddddd;
width: 100%;
}
h2 {
font-size: 14px;
line-height: 18px;
font-weight: bold;
border-bottom: 1px solid #cccccc;
padding: 4px 0;
margin-bottom: 10px;
}
img {
float: left;
margin: 0 10px 10px 0;
}
a {
color: red;
}
a:hover {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment