Changeset 1220828
- Timestamp:
- 08/14/2015 11:57:35 AM (11 years ago)
- Location:
- ratings
- Files:
-
- 2 edited
-
tags/1.0.0/assets/admin.css (modified) (1 diff)
-
trunk/assets/admin.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ratings/tags/1.0.0/assets/admin.css
r1199699 r1220828 87 87 position: relative;z-index: 1;font-weight: bold;left: 5px; 88 88 } 89 /*default style */ 90 @media only screen and (max-width: 960px) { 91 /* 92 tablet computer 93 */ 94 } 95 @media only screen and (max-width: 1124px) { 96 } 97 @media only screen and (max-width: 758px) { 98 /* 99 vertical tablet computer 100 */ 101 } 102 @media only screen and (max-width: 524px) { 103 /*phone*/ 104 105 } -
ratings/trunk/assets/admin.css
r1199699 r1220828 87 87 position: relative;z-index: 1;font-weight: bold;left: 5px; 88 88 } 89 /*default style */ 90 @media only screen and (max-width: 960px) { 91 /* 92 tablet computer 93 */ 94 } 95 @media only screen and (max-width: 1124px) { 96 } 97 @media only screen and (max-width: 758px) { 98 /* 99 vertical tablet computer 100 */ 101 } 102 @media only screen and (max-width: 524px) { 103 /*phone*/ 104 105 }
Note: See TracChangeset
for help on using the changeset viewer.