Vier: Margin problems with code fixed.

pull/542/head
Michael Vogel 2012-11-22 15:06:15 +01:00
rodzic 5dbf89be88
commit e36c30d285
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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);

Wyświetl plik

@ -398,6 +398,7 @@ code {
color: #444;
padding: 10px;
margin-top: 20px;
max-width: 640px;
}
#panel {
position: absolute;