| 1 |
/** |
| 2 |
* taxonomy.css |
| 3 |
* Version : 1.0.0 |
| 4 |
* Author : inc2734 |
| 5 |
* Created : April 26, 2014 |
| 6 |
* Modified : |
| 7 |
* License : GPLv2 or later |
| 8 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 |
*/ |
| 10 |
|
| 11 |
/** ================================================== |
| 12 |
* .smart-cf-meta-box-table |
| 13 |
*/ |
| 14 |
.smart-cf-meta-box-table { |
| 15 |
background: transparent; |
| 16 |
border-bottom-color: #ddd; |
| 17 |
} |
| 18 |
|