Skip to content

Commit

Permalink
Fixed some css properties that were generating console log warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Aug 29, 2013
1 parent f02b561 commit b9be05e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions www/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ if (array_key_exists('HTTP_MOD_REWRITE', $_SERVER) && $_SERVER['HTTP_MOD_REWRITE

// constants
define('VER_WEBPAGETEST', '2.2.1'); // webpagetest version
define('VER_CSS', 61); // version of the sitewide css file
define('VER_JS', 29); // version of the sitewide javascript file
define('VER_CSS', 64); // version of the sitewide css file
define('VER_JS', 30); // version of the sitewide javascript file
define('VER_JS_TEST', 27); // version of the javascript specific to the test pages
define('VER_JS_RUNNING', 1); // version of the javascript specific to the test running status page
define('UNKNOWN_TIME', -1); // Value used as a flag for an unknown time.
Expand Down
7 changes: 0 additions & 7 deletions www/js/site.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions www/pagestyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ h2 .medium {font-weight:normal; line-height: 18px; font-size: 18px;}
.cleared {display: block;clear: both;}
.hidden {display: none;}
.nomargin {margin:0;}
.progress {min-width: 100; min-height: 100; background: url(/images/progress.gif) norepeat center middle; }
.progress {min-width: 100px; min-height: 100px; background: url('/images/progress.gif') no-repeat center; }
.arrow { border-style: dashed; border-color: transparent; border-width: 0.53em; display: -moz-inline-box; display: inline-block; height: 0; line-height: 0; position: relative; vertical-align: middle; width: 0; }
.bullet_list {list-style:disc; padding-left: 2em;}
.bold {font-weight: bold;}
Expand All @@ -45,7 +45,7 @@ h2 .medium {font-weight:normal; line-height: 18px; font-size: 18px;}
#header {height: 100px;}
.logo {width: 222px;margin: 0;padding-top: 15px; float:left;}
.logo a {display: block;height: 71px;text-indent: -999em;background-image: url(/images/logo_wpt.png);}
.headerAd {float:right; width:728; height:90; margin:5px 0 1px;}
.headerAd {float:right; width:728px; height:90px; margin:5px 0 1px;}
#wptAuthBar {width: 980px; height: 18px; text-align: right; color: #fff;}
#wptAuthBar a {color: #fff;}
.gplusone {float:right; padding: 4px 5px 0 0;}
Expand Down

0 comments on commit b9be05e

Please sign in to comment.