Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/stylesheet.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-07 23:43:05 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-07 23:43:05 (GMT)
commitc86b4de01f05dd06ba3a62dfe252b6ab017997e9 (patch)
tree37627a45c1d1004fc061f408c7c31492d8605c18 /stylesheet.py
parentd575c34e1b1b13f292b5e5096ce2635e02e6dd0a (diff)
parenta798cffb470c76bf6a31b1108f9b27930656ea9e (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activity
Diffstat (limited to 'stylesheet.py')
-rwxr-xr-xstylesheet.py27
1 files changed, 0 insertions, 27 deletions
diff --git a/stylesheet.py b/stylesheet.py
deleted file mode 100755
index 7b3abb9..0000000
--- a/stylesheet.py
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright (C) 2006, Red Hat, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-import gtk
-
-from sugar.graphics import style
-
-links_Icon = {
- 'scale' : style.standard_icon_scale
-}
-
-links_Box = {
- 'background_color' : 0x414141ff
-}