Add YASQE - allows for syntax highlighting and prefix autocompletion.

This commit is contained in:
Ted Lawless 2015-11-12 13:55:17 -05:00
parent 3157b0941c
commit 4808367ed5
3 changed files with 15 additions and 10 deletions

View file

@ -12,10 +12,12 @@ div.sparqlform label {
input.block {
display: block;
}
textarea,
div.sparqlform div {
textarea {
margin-bottom: 1.5em;
}
div.sparqlform div.options, div.sparqlform input.submit {
margin-top: 1.5em;
}
form {
padding-bottom: 20px;
}
@ -336,4 +338,4 @@ div.adr {
font-size: .8em;
line-height: 1.3em;
color: #7f8993;
}
}