| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |