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

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

Issue 11481051: Update stats processing (Closed)
Patch Set: Fixed two presentation issues Created Aug. 24, 2013, 1:11 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
OLDNEW
1 /* 1 /*
2 * These hour images were originally part of AWStats and are distributed under 2 * These hour images were originally part of AWStats and are distributed under
3 * the GNU General Public License: http://www.gnu.org/copyleft/gpl.html 3 * the GNU General Public License: http://www.gnu.org/copyleft/gpl.html
4 */ 4 */
5 5
6 .hour 6 .hour
7 { 7 {
8 display: inline-block; 8 display: inline-block;
9 width: 14px; 9 width: 14px;
10 height: 14px; 10 height: 14px;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 64
65 .hour.hour11 65 .hour.hour11
66 { 66 {
67 background-position: 0px -140px; 67 background-position: 0px -140px;
68 } 68 }
69 69
70 .hour.hour12 70 .hour.hour12
71 { 71 {
72 background-position: 0px -154px; 72 background-position: 0px -154px;
73 } 73 }
OLDNEW

Powered by Google App Engine
This is Rietveld