aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-13 19:50:28 +0100
committermarijus <mario@mariovavti.com>2014-03-13 19:50:28 +0100
commita8de28cc16df3def8122db4d48b656fc56fce54f (patch)
tree77a8c9a5d4bec0ef415503a7ac495d1f36225db6 /view
parentb32f8f0ba792bcea4d837444d986e71172097926 (diff)
parent5a8be68900250267aa01923f87cf3978c50421e8 (diff)
downloadvolse-hubzilla-a8de28cc16df3def8122db4d48b656fc56fce54f.tar.gz
volse-hubzilla-a8de28cc16df3def8122db4d48b656fc56fce54f.tar.bz2
volse-hubzilla-a8de28cc16df3def8122db4d48b656fc56fce54f.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css5
-rw-r--r--view/tpl/help.tpl3
2 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d30aedd25..3b61ceab1 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -79,6 +79,11 @@ input[type="submit"] {
text-decoration: none;
}
+button, input, optgroup, select, textarea {
+ color: #000;
+}
+
+
pre code {
border: none;
}
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl
new file mode 100644
index 000000000..e01243077
--- /dev/null
+++ b/view/tpl/help.tpl
@@ -0,0 +1,3 @@
+<div id = "help-content" class="generic-content-wrapper">
+{{$content}}
+</div>