Skip to content

Commit

Permalink
minor style fix at stats() function
Browse files Browse the repository at this point in the history
  • Loading branch information
garciademarina committed Jul 3, 2014
1 parent c0bfe33 commit e3dcdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oc-content/Object_Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function set($key, $data, $expire = 0) {
* @since 2.0.0
*/
function stats() {
echo "<div style='position:absolute; width:100%;top:0px;'><div style='float:right;margin-right:30px;margin-top:30px;border: 1px red solid;
echo "<div style='position:absolute; width:200px;top:0px;'><div style='float:right;margin-right:30px;margin-top:15px;border: 1px red solid;
border-radius: 17px;
padding: 1em;'><h2>apc stats</h2>";
echo "<p>";
Expand Down

0 comments on commit e3dcdc0

Please sign in to comment.