fixed whitespaces
This commit is contained in:
parent
29cfb766d6
commit
d6f6dd86d2
1 changed files with 9 additions and 5 deletions
|
|
@ -19,13 +19,17 @@ body {
|
|||
}
|
||||
@media only screen and (max-width: 800px) {
|
||||
body {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
article {
|
||||
background-color: #222222;
|
||||
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 {
|
||||
color: #e6e6e6;
|
||||
text-decoration: none;
|
||||
|
|
@ -93,10 +97,10 @@ span {
|
|||
</head>
|
||||
<body>
|
||||
<article>
|
||||
<pre>
|
||||
[v]: show video [p]: preload file
|
||||
[n]: skip file caching [s]: stop preloading
|
||||
</pre>
|
||||
<pre>[v]: show video
|
||||
[n]: skip file caching
|
||||
[p]: preload file
|
||||
[s]: stop preloading</pre>
|
||||
<table>
|
||||
<tr class="listitem">
|
||||
<td class="listpath"><a href="../">../</a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue