]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Margin problems with code fixed.
authorMichael Vogel <icarus@dabo.de>
Thu, 22 Nov 2012 14:06:15 +0000 (15:06 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 22 Nov 2012 14:06:15 +0000 (15:06 +0100)
include/network.php
view/theme/vier/style.css

index edd03d557acc2bb28066dab678e71cf1c671ade7..599088a2daeace1ab0e4b37170e8b3c8939011b3 100644 (file)
@@ -99,7 +99,7 @@ if(! function_exists('post_url')) {
 function post_url($url,$params, $headers = null, &$redirects = 0, $timeout = 0) {
        $a = get_app();
        $ch = curl_init($url);
-       if(($redirects > 8) || (! $ch)) 
+       if(($redirects > 8) || (! $ch))
                return false;
 
        curl_setopt($ch, CURLOPT_HEADER, true);
index 2c4a7c7049618171a04de50c093f1ee035ec2b8f..0d09597bbfdacb82cc81f650fc0e93ef94633adc 100644 (file)
@@ -398,6 +398,7 @@ code {
   color: #444;
   padding: 10px;
   margin-top: 20px;
+  max-width: 640px;
 }
 #panel {
   position: absolute;