Plugin Directory

Changeset 779129


Ignore:
Timestamp:
09/27/2013 08:20:00 AM (12 years ago)
Author:
leniy
Message:

fix conflict bug

Location:
readers-wall/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • readers-wall/trunk/readers-wall.php

    r774358 r779129  
    44    Plugin URI: http://blog.leniy.org/readers-wall.html
    55    Description: 高度自定制性能的读者墙
    6     Version: 1.3.2
     6    Version: 1.3.3
    77    Author: leniy
    88    Author URI: http://blog.leniy.org/
  • readers-wall/trunk/style/animated_with_css3.css

    r749147 r779129  
    2020}
    2121.RW-btn img{
    22     position:absolute;
    23     left:0px;
    24     top:0px;
    25     width:100%;
    26     height:100%;
    27     max-width:100%;
    28     max-height:100%;
    29     border:none;
    30     margin: 0px;
    31     -webkit-transition:all 0.3s ease-in-out;
    32     -moz-transition:all 0.3s ease-in-out;
    33     -o-transition:all 0.3s ease-in-out;
    34     transition:all 0.3s ease-in-out;
     22    position:absolute!important;
     23    left:0px!important;
     24    top:0px!important;
     25    width:100%!important;
     26    height:100%!important;
     27    max-width:100%!important;
     28    max-height:100%!important;
     29    border:none!important;
     30    margin: 0px!important;
     31    -webkit-transition:all 0.3s ease-in-out!important;
     32    -moz-transition:all 0.3s ease-in-out!important;
     33    -o-transition:all 0.3s ease-in-out!important;
     34    transition:all 0.3s ease-in-out!important;
     35    padding: 0px!important;
    3536}
    3637.RW-btn .RW-btn-slide-text{
     
    6162    -o-transform:scale(2);
    6263    transform:scale(2);
    63     opacity:0;
     64    opacity:0!important;
    6465}
    6566.RW-btn:hover .RW-btn-slide-text{
    66     opacity:1;
     67    opacity:1!important;
    6768}
    6869.RW-btn:active{
Note: See TracChangeset for help on using the changeset viewer.