aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-09 22:48:34 -0700
committerfriendica <info@friendica.com>2013-07-09 22:48:34 -0700
commit5a8cda632b4ba78e19d49b0c652f43940a18ea9e (patch)
tree9deb0b6fe56ef3e831abe6445a94879d0eabc60d /view
parent69d9ec9a948be459886008f21b40f726cf74d8c4 (diff)
downloadvolse-hubzilla-5a8cda632b4ba78e19d49b0c652f43940a18ea9e.tar.gz
volse-hubzilla-5a8cda632b4ba78e19d49b0c652f43940a18ea9e.tar.bz2
volse-hubzilla-5a8cda632b4ba78e19d49b0c652f43940a18ea9e.zip
remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements.
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css2
-rw-r--r--view/theme/redbasic/php/style.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f9423ac62..762c35a18 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2827,7 +2827,7 @@ aside input[type='text'] {
filter:alpha(opacity=100) !important;
}
-.posttags {
+.posttags, .body-tag {
margin-top: 15px;
}
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index b90bfe169..aa88443bc 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -55,6 +55,7 @@
if ($colour_scheme === 'dark') {$colour = 'dark'; $navcolour = 'black';}
if ($colour_scheme === 'redbasic'){$navcolour = 'red';}
$shadows = false;
+ $radius = 5;
}
// This is probably the easiest place to apply global settings. Don't bother with site line height and such. Instead, check pconfig for global user settings.