Changeset 1167017
- Timestamp:
- 05/25/2015 11:05:30 AM (11 years ago)
- Location:
- free-counter
- Files:
-
- 2 edited
-
tags/1.1/template/counter_style.css (modified) (3 diffs)
-
trunk/template/counter_style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
free-counter/tags/1.1/template/counter_style.css
r1165594 r1167017 197 197 .moovdiv div.div-stats { 198 198 background: #dddddd; 199 border:2px solid #cccccc; 200 top:0px; 201 overflow: hidden; 199 202 } 200 203 .moovdiv div.col-row{ 201 width:25%;202 float:left;203 text-align: center;204 line-height: 17px;204 display: inline; 205 margin-left:4px; 206 padding: 5px 2px; 207 background: #2db0aa; 205 208 } 206 209 .table-stat-moovdiv { … … 322 325 } 323 326 .moovdiv span.title-row { 324 font-size: 15px; 325 margin: 5px; 327 font-size: 14px; 328 margin: 8px; 329 text-align: left; 326 330 } 327 331 … … 338 342 /*phone*/ 339 343 .moovdiv span.title-row { 340 font-size: 8px; 341 margin:0; 344 font-size: 5px; 345 text-align:center; 346 padding:2px; 342 347 } 343 348 } -
free-counter/trunk/template/counter_style.css
r1165594 r1167017 197 197 .moovdiv div.div-stats { 198 198 background: #dddddd; 199 border:2px solid #cccccc; 200 top:0px; 201 overflow: hidden; 199 202 } 200 203 .moovdiv div.col-row{ 201 width:25%;202 float:left;203 text-align: center;204 line-height: 17px;204 display: inline; 205 margin-left:4px; 206 padding: 5px 2px; 207 background: #2db0aa; 205 208 } 206 209 .table-stat-moovdiv { … … 322 325 } 323 326 .moovdiv span.title-row { 324 font-size: 15px; 325 margin: 5px; 327 font-size: 14px; 328 margin: 8px; 329 text-align: left; 326 330 } 327 331 … … 338 342 /*phone*/ 339 343 .moovdiv span.title-row { 340 font-size: 8px; 341 margin:0; 344 font-size: 5px; 345 text-align:center; 346 padding:2px; 342 347 } 343 348 }
Note: See TracChangeset
for help on using the changeset viewer.