Version Description
- WC 2.5.0.
Download this release
Release Info
Developer | Saphali |
Plugin | Saphali Woocommerce Russian |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
saphali-woocommerce-lite.php
CHANGED
@@ -1333,8 +1333,8 @@ function _print_script_columns() {
|
|
1333 |
<style type="text/css">
|
1334 |
@font-face { font-family: "Rubl Sign"; src: url(<?php echo SAPHALI_PLUGIN_DIR_URL; ?>ruble.eot); }
|
1335 |
span.rur { font-family: "Rubl Sign"; text-transform: uppercase;}
|
1336 |
-
span.rur span {
|
1337 |
-
span.rur
|
1338 |
</style>
|
1339 |
<?php
|
1340 |
}
|
1333 |
<style type="text/css">
|
1334 |
@font-face { font-family: "Rubl Sign"; src: url(<?php echo SAPHALI_PLUGIN_DIR_URL; ?>ruble.eot); }
|
1335 |
span.rur { font-family: "Rubl Sign"; text-transform: uppercase;}
|
1336 |
+
span.rur span { display: none; }
|
1337 |
+
span.rur:before {top: 0.06em;left: 0.55em;content: '\2013'; position: relative;}
|
1338 |
</style>
|
1339 |
<?php
|
1340 |
}
|