Changeset 1535959
- Timestamp:
- 11/17/2016 10:42:33 PM (9 years ago)
- File:
-
- 1 edited
-
wpt-hello-world/trunk/WPT-HelloWorld.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpt-hello-world/trunk/WPT-HelloWorld.php
r1535853 r1535959 13 13 14 14 function wptester_hello_world( $content, $id ) { 15 $content = $content.'<div style=" position:absolute; top:50%;left:50%;width:200px;height:50px;background-color:red;color:white; border: 1px solid white; margin-top: -25px; margin-left: -100px;">Hello World!</div>';15 $content = $content.'<div style="z-index:6000; position:absolute; top:10%;left:50%;width:200px;height:50px;background-color:red;color:white; border: 1px solid white; margin-top: -25px; margin-left: -100px;">Hello World!</div>'; 16 16 return $content; 17 17 }
Note: See TracChangeset
for help on using the changeset viewer.