Skip to content

Instantly share code, notes, and snippets.

@juanzo
Created August 7, 2009 18:24
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 juanzo/164076 to your computer and use it in GitHub Desktop.
Save juanzo/164076 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>test</title>
<style type="text/css" media="screen">
ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
border-top: 1px solid #ccc;
}
ul {
margin-top: -1px;
}
div {
overflow: hidden;
}
</style>
</head>
<body>
<div>
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
<li>item 4</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment