Plugin Directory

Changeset 1219947


Ignore:
Timestamp:
08/13/2015 12:26:23 PM (11 years ago)
Author:
Adminisrator
Message:

add styles

Location:
ratings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ratings/tags/1.0.0/assets/ratings.css

    r1199699 r1219947  
    5050    color: #333;
    5151}
     52/*
     53styles for portable device
     54*/
     55@media only screen and (max-width: 1124px) {
     56   
     57}
     58@media only screen and (max-width: 758px) {
     59/*
     60vertical tablet computer
     61*/
     62}
     63@media only screen and (max-width: 524px) {
     64/*phone*/
     65}
  • ratings/trunk/assets/ratings.css

    r1199699 r1219947  
    5050    color: #333;
    5151}
     52/*
     53styles for portable device
     54*/
     55@media only screen and (max-width: 1124px) {
     56   
     57}
     58@media only screen and (max-width: 758px) {
     59/*
     60vertical tablet computer
     61*/
     62}
     63@media only screen and (max-width: 524px) {
     64/*phone*/
     65}
Note: See TracChangeset for help on using the changeset viewer.