Minimal styling
This commit is contained in:
@@ -11,3 +11,14 @@
|
|||||||
<input type="submit">
|
<input type="submit">
|
||||||
<form>
|
<form>
|
||||||
<p>This tool uses an abridged 1828 Noah Webster dictionary.</p>
|
<p>This tool uses an abridged 1828 Noah Webster dictionary.</p>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
html{
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
width: 768px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #547720
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
@@ -11,3 +11,14 @@
|
|||||||
|
|
||||||
<input type="submit">
|
<input type="submit">
|
||||||
<form>
|
<form>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
html{
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
width: 768px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #547720
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
@@ -15,3 +15,14 @@
|
|||||||
<p>You can use standard search operators such as <b>AND</b>, <b>OR</b>, and <b>NOT</b>.</p>
|
<p>You can use standard search operators such as <b>AND</b>, <b>OR</b>, and <b>NOT</b>.</p>
|
||||||
<p>Such as: "reprobate <b>NOT</b> silver".</p>
|
<p>Such as: "reprobate <b>NOT</b> silver".</p>
|
||||||
<p>Multiple word queries without operators will be assumed to be AND.<p>
|
<p>Multiple word queries without operators will be assumed to be AND.<p>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
html{
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 14pt;
|
||||||
|
width: 768px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #547720
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user