Changeset 1342126
- Timestamp:
- 02/03/2016 10:57:16 AM (10 years ago)
- File:
-
- 1 edited
-
scroll-to-anywhere/trunk/scfront.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scroll-to-anywhere/trunk/scfront.php
r1342099 r1342126 76 76 -moz-box-shadow: 0px 1px 3px #<?php echo $wp_SCTOA_bottomtext;?>; 77 77 box-shadow: 0px 1px 3px #<?php echo $wp_SCTOA_bottomtext;?>; 78 font-family: Georgia ;78 font-family: Georgia !important; 79 79 color: #<?php echo $wp_SCTOA_textColor;?> 80 font-size: 12px ;80 font-size: 12px !important; 81 81 background: #<?php echo $wp_SCTOA_bgColor;?>; 82 82 padding: 10px 20px 10px 20px; … … 84 84 z-index:999999999999999; 85 85 width:100%; 86 text-transform:lowercase !important; 86 87 } 87 88
Note: See TracChangeset
for help on using the changeset viewer.