1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-04-12 23:46:30 +00:00

Make web pages valid HTML and remove a few glitches

This commit is contained in:
Ricardo Garcia
2010-11-02 21:28:56 +01:00
parent 05703c8f9c
commit 5de4c645e2
5 changed files with 29 additions and 9 deletions

View File

@@ -26,6 +26,14 @@ p {
margin-left: 5%;
margin-right: 5%;
}
ul {
margin-left: 5%;
margin-right: 5%;
}
li {
margin-top: 0.5ex;
margin-bottom: 0.5ex;
}
tt {
background: #dddddd;
}