Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: sitescripts/stats/static/flags.css

Issue 11481051: Update stats processing (Closed)
Patch Set: Improved performance using memoization Created Aug. 29, 2013, 1:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sitescripts/stats/countrycodes.py ('k') | sitescripts/stats/static/flags.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * These flag images have been created by flags.blogpotato.de and are 2 * These flag images have been created by flags.blogpotato.de and are
3 * distributed under Creative Commons Attribution-ShareAlike 3.0 license: 3 * distributed under Creative Commons Attribution-ShareAlike 3.0 license:
4 * http://creativecommons.org/licenses/by-sa/3.0/deed.en_US 4 * http://creativecommons.org/licenses/by-sa/3.0/deed.en_US
5 */ 5 */
6 6
7 .flag 7 .flag
8 { 8 {
9 display: inline-block; 9 display: inline-block;
10 width: 18px; 10 width: 18px;
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 1256
1257 .flag.zm 1257 .flag.zm
1258 { 1258 {
1259 background-position: 0px -2988px; 1259 background-position: 0px -2988px;
1260 } 1260 }
1261 1261
1262 .flag.zw 1262 .flag.zw
1263 { 1263 {
1264 background-position: 0px -3000px; 1264 background-position: 0px -3000px;
1265 } 1265 }
OLDNEW
« no previous file with comments | « sitescripts/stats/countrycodes.py ('k') | sitescripts/stats/static/flags.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld