commit 66177954a8b35371788b3eec4c4ea9200c035b3d parent e457724dfdfa12b828343ca9adcde862e88f3270 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 20 Dec 2014 18:04:31 +0100 add missing css Diffstat:
| M | themes/jumbotron/test.php | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/themes/jumbotron/test.php b/themes/jumbotron/test.php @@ -33,6 +33,18 @@ header("Cache-Control: no-cache, must-revalidate, no-store"); return false; } </script> +<<style type="text/css"> + .bio_image { + display:inline-block; + height:250px; + width:250px; + background:url('http://www.fillmurray.com/250/250'); + cursor:pointer; +} +.hide { + display:none; +} +</style> </head> <body> <div onclick="showhide('bill');" class="bio_image"><div class="name">Bill Murray</div></div>