Plugin Directory

Changeset 1167017


Ignore:
Timestamp:
05/25/2015 11:05:30 AM (11 years ago)
Author:
Free-counter
Message:

update styles

Location:
free-counter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • free-counter/tags/1.1/template/counter_style.css

    r1165594 r1167017  
    197197.moovdiv div.div-stats {
    198198    background: #dddddd;
     199    border:2px solid #cccccc;
     200    top:0px;
     201    overflow: hidden;
    199202}
    200203.moovdiv div.col-row{
    201     width:25%;
    202     float:left;
    203     text-align: center;
    204     line-height: 17px;
     204    display: inline;
     205    margin-left:4px;
     206    padding: 5px 2px;
     207    background: #2db0aa;
    205208}
    206209.table-stat-moovdiv {
     
    322325}
    323326.moovdiv span.title-row {
    324     font-size: 15px;
    325     margin: 5px;
     327    font-size: 14px;
     328    margin: 8px;
     329    text-align: left;
    326330}
    327331
     
    338342/*phone*/
    339343.moovdiv span.title-row {
    340 font-size: 8px;
    341 margin:0;
     344font-size: 5px;
     345text-align:center;
     346padding:2px;
    342347}
    343348}
  • free-counter/trunk/template/counter_style.css

    r1165594 r1167017  
    197197.moovdiv div.div-stats {
    198198    background: #dddddd;
     199    border:2px solid #cccccc;
     200    top:0px;
     201    overflow: hidden;
    199202}
    200203.moovdiv div.col-row{
    201     width:25%;
    202     float:left;
    203     text-align: center;
    204     line-height: 17px;
     204    display: inline;
     205    margin-left:4px;
     206    padding: 5px 2px;
     207    background: #2db0aa;
    205208}
    206209.table-stat-moovdiv {
     
    322325}
    323326.moovdiv span.title-row {
    324     font-size: 15px;
    325     margin: 5px;
     327    font-size: 14px;
     328    margin: 8px;
     329    text-align: left;
    326330}
    327331
     
    338342/*phone*/
    339343.moovdiv span.title-row {
    340 font-size: 8px;
    341 margin:0;
     344font-size: 5px;
     345text-align:center;
     346padding:2px;
    342347}
    343348}
Note: See TracChangeset for help on using the changeset viewer.