Missing semicolons.
This commit is contained in:
parent
b56a015471
commit
60c5a5a31d
@ -2455,7 +2455,7 @@
|
|||||||
</li>\
|
</li>\
|
||||||
<li>\
|
<li>\
|
||||||
Highlighted OPs will have their threads put on top of board pages by default.<br>\
|
Highlighted OPs will have their threads put on top of board pages by default.<br>\
|
||||||
For example: <code>top:yes</code> or <code>top:no</code>.\
|
For example: <code>top:yes;</code> or <code>top:no;</code>.\
|
||||||
</li>\
|
</li>\
|
||||||
</ul>'
|
</ul>'
|
||||||
}));
|
}));
|
||||||
@ -4726,15 +4726,15 @@ body.unscroll {\
|
|||||||
vertical-align: middle;\
|
vertical-align: middle;\
|
||||||
width: 600px;\
|
width: 600px;\
|
||||||
}\
|
}\
|
||||||
#options article li {\
|
|
||||||
margin: 10px 0 10px 2em;\
|
|
||||||
}\
|
|
||||||
#credits {\
|
#credits {\
|
||||||
float: right;\
|
float: right;\
|
||||||
}\
|
}\
|
||||||
#options ul {\
|
#options ul {\
|
||||||
padding: 0;\
|
padding: 0;\
|
||||||
}\
|
}\
|
||||||
|
#options article li {\
|
||||||
|
margin: 10px 0 10px 2em;\
|
||||||
|
}\
|
||||||
#options label {\
|
#options label {\
|
||||||
text-decoration: underline;\
|
text-decoration: underline;\
|
||||||
}\
|
}\
|
||||||
|
|||||||
@ -1909,7 +1909,7 @@ Options =
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Highlighted OPs will have their threads put on top of board pages by default.<br>
|
Highlighted OPs will have their threads put on top of board pages by default.<br>
|
||||||
For example: <code>top:yes</code> or <code>top:no</code>.
|
For example: <code>top:yes;</code> or <code>top:no;</code>.
|
||||||
</li>
|
</li>
|
||||||
</ul>'
|
</ul>'
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user