Empty commit

This commit is contained in:
Git 2014-06-30 08:00:26 +00:00
parent 29de6bd44c
commit 26d5bcf758
4 changed files with 19 additions and 19 deletions

View File

@ -6,12 +6,12 @@
/*------------------------------------------------------*/ /*------------------------------------------------------*/
/********************************************************/ /********************************************************/
// Lets prevent people from clearing feeds // Let's prevent people from clearing feeds
if (isset($_GET['clearcache'])) { if (isset($_GET['clearcache'])) {
unset($_GET['clearcache']); unset($_GET['clearcache']);
} }
require 'classes/config.php'; // The config contains all site wide configuration information as well as memcached rules require 'classes/config.php'; // The config contains all site-wide configuration information as well as memcached rules
require(SERVER_ROOT.'/classes/misc.class.php'); // Require the misc class require(SERVER_ROOT.'/classes/misc.class.php'); // Require the misc class
require(SERVER_ROOT.'/classes/cache.class.php'); // Require the caching class require(SERVER_ROOT.'/classes/cache.class.php'); // Require the caching class
@ -27,7 +27,7 @@ function is_number($Str) {
if ($Str < 0) { if ($Str < 0) {
return false; return false;
} }
// We're converting input to a int, then string and comparing to original // We're converting input to an int, then string, and comparing to the original
return ($Str == strval(intval($Str)) ? true : false); return ($Str == strval(intval($Str)) ? true : false);
} }

View File

@ -888,7 +888,7 @@ ul.poll li.graph {
height: 28px; height: 28px;
background: url('https://what.cd/static/styles/postmod/images/show.png') no-repeat center center; background: url('https://what.cd/static/styles/postmod/images/show.png') no-repeat center center;
-moz-opacity: 0.5; -moz-opacity: 0.5;
opacity:.50; opacity: 0.50;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
@ -897,7 +897,7 @@ ul.poll li.graph {
height: 28px; height: 28px;
background: url('https://what.cd/static/styles/postmod/images/hide.png') no-repeat center center; background: url('https://what.cd/static/styles/postmod/images/hide.png') no-repeat center center;
-moz-opacity: 0.5; -moz-opacity: 0.5;
opacity:.50; opacity: 0.50;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
@ -1114,7 +1114,7 @@ ul .invitetree {
background: #111 50% 0 no-repeat fixed; background: #111 50% 0 no-repeat fixed;
z-index: 1001; z-index: 1001;
-moz-opacity: 0.9; -moz-opacity: 0.9;
opacity:.90; opacity: 0.90;
filter: alpha(opacity=90); filter: alpha(opacity=90);
} }