Plugin Directory

Changeset 551403


Ignore:
Timestamp:
05/31/2012 02:57:44 PM (14 years ago)
Author:
leethompson
Message:

Removed Font family from css

Location:
lazy-content-slider/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • lazy-content-slider/trunk/css/style-dark.css

    r551393 r551403  
    2929}
    3030#featured ul.ui-tabs-nav li span{
    31     font-size:11px; font-family:Verdana;
     31    font-size:11px;
    3232    line-height:18px;
    3333}
     
    6666}
    6767#featured .info h2{
    68     font-size:18px; font-family:Georgia, serif;
     68    font-size:18px;
    6969    color:#fff; padding:5px; margin:0;
    7070    overflow:hidden;
     
    7272#featured .info p{
    7373    margin:0 5px;
    74     font-family:Verdana; font-size:11px;
     74    font-size:11px;
    7575    line-height:15px; color:#f0f0f0;
    7676}
  • lazy-content-slider/trunk/css/style.css

    r550977 r551403  
    2929}
    3030#featured ul.ui-tabs-nav li span{
    31     font-size:11px; font-family:Verdana;
     31    font-size:11px;
    3232    line-height:18px;
    3333}
     
    6565}
    6666#featured .info h2{
    67     font-size:18px; font-family:Georgia, serif;
     67    font-size:18px;
    6868    color:#fff; padding:5px; margin:0;
    6969    overflow:hidden;
     
    7171#featured .info p{
    7272    margin:0 5px;
    73     font-family:Verdana; font-size:11px;
     73    font-size:11px;
    7474    line-height:15px; color:#f0f0f0;
    7575}
  • lazy-content-slider/trunk/lzcs.php

    r551395 r551403  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 1.3.3
     7Version: 2.0
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
  • lazy-content-slider/trunk/readme.txt

    r551398 r551403  
    55Requires at least: 2.9.2
    66Tested up to: 3.3.2
    7 Stable tag: 1.3.3
     7Stable tag: 2.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767= 1.3.3 =
    6868commiting files
    69 
     69= 2.0 =
     70Removed font-family from css
    7071
    7172
     
    8182= 1.3.3 =
    8283commiting files
     84= 2.0 =
     85Removed font-family from css
    8386
     87
Note: See TracChangeset for help on using the changeset viewer.