Changeset 1219947
- Timestamp:
- 08/13/2015 12:26:23 PM (11 years ago)
- Location:
- ratings
- Files:
-
- 2 edited
-
tags/1.0.0/assets/ratings.css (modified) (1 diff)
-
trunk/assets/ratings.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ratings/tags/1.0.0/assets/ratings.css
r1199699 r1219947 50 50 color: #333; 51 51 } 52 /* 53 styles for portable device 54 */ 55 @media only screen and (max-width: 1124px) { 56 57 } 58 @media only screen and (max-width: 758px) { 59 /* 60 vertical tablet computer 61 */ 62 } 63 @media only screen and (max-width: 524px) { 64 /*phone*/ 65 } -
ratings/trunk/assets/ratings.css
r1199699 r1219947 50 50 color: #333; 51 51 } 52 /* 53 styles for portable device 54 */ 55 @media only screen and (max-width: 1124px) { 56 57 } 58 @media only screen and (max-width: 758px) { 59 /* 60 vertical 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.