Changeset 1165594
- Timestamp:
- 05/22/2015 10:17:39 AM (11 years ago)
- Location:
- free-counter
- Files:
-
- 2 edited
-
tags/1.1/template/counter_style.css (modified) (2 diffs)
-
trunk/template/counter_style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
free-counter/tags/1.1/template/counter_style.css
r1162549 r1165594 196 196 } 197 197 .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; 201 199 } 202 200 .moovdiv div.col-row{ 203 201 width:25%; 204 line-height: 15px;205 padding: 10px;206 font-size: 14px;202 float:left; 203 text-align: center; 204 line-height: 17px; 207 205 } 208 206 .table-stat-moovdiv { … … 339 337 @media only screen and (max-width: 524px) { 340 338 /*phone*/ 339 .moovdiv span.title-row { 340 font-size: 8px; 341 margin:0; 342 } 341 343 } 342 344 @media only screen and (max-width: 960px) { -
free-counter/trunk/template/counter_style.css
r1162549 r1165594 196 196 } 197 197 .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; 201 199 } 202 200 .moovdiv div.col-row{ 203 201 width:25%; 204 line-height: 15px;205 padding: 10px;206 font-size: 14px;202 float:left; 203 text-align: center; 204 line-height: 17px; 207 205 } 208 206 .table-stat-moovdiv { … … 339 337 @media only screen and (max-width: 524px) { 340 338 /*phone*/ 339 .moovdiv span.title-row { 340 font-size: 8px; 341 margin:0; 342 } 341 343 } 342 344 @media only screen and (max-width: 960px) {
Note: See TracChangeset
for help on using the changeset viewer.