Plugin Directory

Changeset 1132099


Ignore:
Timestamp:
04/10/2015 03:20:16 PM (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

    r1122164 r1132099  
    313313    margin-top: 9px;
    314314}
     315
     316@media only screen and (max-width: 758px) {
     317/*
     318vertical tablet computer
     319*/
     320}
     321@media only screen and (max-width: 524px) {
     322/*phone*/
     323}
     324@media only screen and (max-width: 960px) {
     325   
     326}
  • free-counter/trunk/template/counter_style.css

    r862486 r1132099  
    313313    margin-top: 9px;
    314314}
     315
     316@media only screen and (max-width: 758px) {
     317/*
     318vertical tablet computer
     319*/
     320}
     321@media only screen and (max-width: 524px) {
     322/*phone*/
     323}
     324@media only screen and (max-width: 960px) {
     325   
     326}
Note: See TracChangeset for help on using the changeset viewer.