beautify html

This commit is contained in:
Ilya Kantor 2015-03-09 19:02:13 +03:00
parent ecf1478e7e
commit 5342f628da
354 changed files with 13965 additions and 9486 deletions

View file

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.icon {
width: 16px;
height: 48px;
@ -11,24 +11,26 @@
outline: 1px dotted black;
background: url(https://js.cx/sprite-tree/icons.gif) no-repeat;
}
li {
list-style: none;
}
.text {
margin: 6px 0 6px 16px;
}
</style>
</head>
<body>
<ul>
<li class="closed">
<div class="icon"></div>
<div class="text">Пример раздела</div>
</li>
</ul>
<ul>
<li class="closed">
<div class="icon"></div>
<div class="text">Пример раздела</div>
</li>
</ul>
</body>
</html>
</html>

View file

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.icon {
width: 16px;
height: 16px;
@ -11,24 +11,26 @@
outline: 1px dotted black;
background: url(https://js.cx/sprite-tree/icons.gif) no-repeat;
}
li {
list-style: none;
}
.text {
margin: 6px 0 6px 16px;
}
</style>
</head>
<body>
<ul>
<li class="closed">
<div class="icon"></div>
<div class="text">Пример раздела</div>
</li>
</ul>
<ul>
<li class="closed">
<div class="icon"></div>
<div class="text">Пример раздела</div>
</li>
</ul>
</body>
</html>
</html>