Changeset 2176117
- Timestamp:
- 10/19/2019 03:14:21 PM (6 years ago)
- Location:
- simple-www-redirect/trunk
- Files:
-
- 2 edited
-
css/admin.css (modified) (1 diff)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-www-redirect/trunk/css/admin.css
r2157673 r2176117 11 11 } 12 12 13 #swr-wrap{ 14 margin-top:20px; 15 } 16 13 17 #swr-settings{ 14 18 text-align:center; 15 margin-top:20px;16 19 background-color:#f6f6f6; 17 20 padding:20px; 18 21 border:1px solid #CCC; 22 float:left 23 } 24 25 #swr-aff{ 26 margin-left:20px; 27 float:left; 28 border: 1px solid #CCC; 29 background-color:#FFF; 19 30 } 20 31 -
simple-www-redirect/trunk/index.php
r2157673 r2176117 306 306 ?> 307 307 308 <div id="swr-wrap"> 309 308 310 <div id="swr-settings"<?php echo $error_class; ?>> 309 311 … … 321 323 322 324 </div> 323 325 326 <div id="swr-aff"> 327 <a target="_blank" href="//1.envato.market/c/296902/523005/4415" id="523005"><img src="//a.impactradius-go.com/display-ad/4415-523005" border="0" alt="" width="300" height="600"/></a><img height="0" width="0" src="//1.envato.market/i/296902/523005/4415" style="position:absolute;visibility:hidden;" border="0" /> 328 </div> 329 330 <div class="clear"></div> 331 332 </div> 333 324 334 </form> 325 335 </div>
Note: See TracChangeset
for help on using the changeset viewer.