Created
August 7, 2009 18:24
-
-
Save juanzo/164076 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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