This commit is contained in:
marijus
2014-03-13 19:50:28 +01:00
5 changed files with 18 additions and 6 deletions

View File

@@ -79,6 +79,11 @@ input[type="submit"] {
text-decoration: none;
}
button, input, optgroup, select, textarea {
color: #000;
}
pre code {
border: none;
}

3
view/tpl/help.tpl Normal file
View File

@@ -0,0 +1,3 @@
<div id = "help-content" class="generic-content-wrapper">
{{$content}}
</div>