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

Unified Diff: sitescripts/stats/static/hours.css

Issue 29934561: #1537 - Remove stats processing from sitescripts (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Created Nov. 2, 2018, 12:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/stats/static/hours.css
===================================================================
deleted file mode 100644
--- a/sitescripts/stats/static/hours.css
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- * These hour images were originally part of AWStats and are distributed under
- * the GNU General Public License: http://www.gnu.org/copyleft/gpl.html
- */
-
-.hour
-{
- display: inline-block;
- width: 14px;
- height: 14px;
- background-image: url(hours.png);
- background-position: 0px 0px;
-}
-
-.hour.hour1
-{
- background-position: 0px 0px;
-}
-
-.hour.hour2
-{
- background-position: 0px -14px;
-}
-
-.hour.hour3
-{
- background-position: 0px -28px;
-}
-
-.hour.hour4
-{
- background-position: 0px -42px;
-}
-
-.hour.hour5
-{
- background-position: 0px -56px;
-}
-
-.hour.hour6
-{
- background-position: 0px -70px;
-}
-
-.hour.hour7
-{
- background-position: 0px -84px;
-}
-
-.hour.hour8
-{
- background-position: 0px -98px;
-}
-
-.hour.hour9
-{
- background-position: 0px -112px;
-}
-
-.hour.hour10
-{
- background-position: 0px -126px;
-}
-
-.hour.hour11
-{
- background-position: 0px -140px;
-}
-
-.hour.hour12
-{
- background-position: 0px -154px;
-}
« no previous file with comments | « sitescripts/stats/static/flags.png ('k') | sitescripts/stats/static/hours.png » ('j') | tox.ini » ('J')

Powered by Google App Engine
This is Rietveld