fixed whitespaces

This commit is contained in:
ston1th 2022-03-20 17:20:40 +01:00
commit d6f6dd86d2

View file

@ -19,13 +19,17 @@ body {
} }
@media only screen and (max-width: 800px) { @media only screen and (max-width: 800px) {
body { body {
padding: 0px; padding: 0;
} }
} }
article { article {
background-color: #222222; background-color: #222222;
display: block; text-align: left; margin: 0 auto; box-shadow: 0px 0px 50px 10px #000000; display: block; text-align: left; margin: 0 auto; box-shadow: 0px 0px 50px 10px #000000;
} }
pre {
margin: 0;
padding: 10px 0 14px 0;
}
a:link { a:link {
color: #e6e6e6; color: #e6e6e6;
text-decoration: none; text-decoration: none;
@ -93,10 +97,10 @@ span {
</head> </head>
<body> <body>
<article> <article>
<pre> <pre>[v]: show video
[v]: show video [p]: preload file [n]: skip file caching
[n]: skip file caching [s]: stop preloading [p]: preload file
</pre> [s]: stop preloading</pre>
<table> <table>
<tr class="listitem"> <tr class="listitem">
<td class="listpath"><a href="../">../</a></td> <td class="listpath"><a href="../">../</a></td>