Plugin Directory

Changeset 1165594


Ignore:
Timestamp:
05/22/2015 10:17:39 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

    r1162549 r1165594  
    196196}
    197197.moovdiv div.div-stats {
    198     background: #D6D6D6;
    199     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    200     overflow: hidden;
     198    background: #dddddd;
    201199}
    202200.moovdiv div.col-row{
    203201    width:25%;
    204     line-height: 15px;
    205     padding: 10px;
    206     font-size: 14px;
     202    float:left;
     203    text-align: center;
     204    line-height: 17px;
    207205}
    208206.table-stat-moovdiv {
     
    339337@media only screen and (max-width: 524px) {
    340338/*phone*/
     339.moovdiv span.title-row {
     340font-size: 8px;
     341margin:0;
     342}
    341343}
    342344@media only screen and (max-width: 960px) {
  • free-counter/trunk/template/counter_style.css

    r1162549 r1165594  
    196196}
    197197.moovdiv div.div-stats {
    198     background: #D6D6D6;
    199     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    200     overflow: hidden;
     198    background: #dddddd;
    201199}
    202200.moovdiv div.col-row{
    203201    width:25%;
    204     line-height: 15px;
    205     padding: 10px;
    206     font-size: 14px;
     202    float:left;
     203    text-align: center;
     204    line-height: 17px;
    207205}
    208206.table-stat-moovdiv {
     
    339337@media only screen and (max-width: 524px) {
    340338/*phone*/
     339.moovdiv span.title-row {
     340font-size: 8px;
     341margin:0;
     342}
    341343}
    342344@media only screen and (max-width: 960px) {
Note: See TracChangeset for help on using the changeset viewer.