web/wp-content/themes/thematic/library/styles/plugins.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 /* -------------------------------------------------------------- 
       
     2    
       
     3    Default plugin styles for Thematic
       
     4   
       
     5 -------------------------------------------------------------- */  
       
     6 
       
     7 /* =Ajax Edit Comments
       
     8 -------------------------------------------------------------- */
       
     9 
       
    10 .edit-comment {
       
    11     margin-bottom:18px;
       
    12 }
       
    13 
       
    14 /* =PageNavi
       
    15 -------------------------------------------------------------- */
       
    16 
       
    17 /* I'm not overriding PageNavi anymore, it's too much of a mess.
       
    18 
       
    19 /* =WordPress Stats
       
    20 -------------------------------------------------------------- */
       
    21 
       
    22 img#wpstats {   /* hide WordPress Stats smiley */
       
    23     width:0px;
       
    24     height:0px;
       
    25     overflow:hidden
       
    26 }
       
    27