Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-02-12 16:11:35 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-21 00:19:26 (GMT)
commit1638962fd9776df64e39edca6283db9c7072342b (patch)
treea8c849f3f69cc57d1a3c168e0497dfcfa0e714d2
parent457f6a781bf3866253d5cb5847fcdac9ec379493 (diff)
Add sugar.css
-rw-r--r--site/app/views/layouts/mozilla.thtml1
-rw-r--r--site/app/webroot/css/sugar.css4
2 files changed, 5 insertions, 0 deletions
diff --git a/site/app/views/layouts/mozilla.thtml b/site/app/views/layouts/mozilla.thtml
index f3b055e..0b4aa62 100644
--- a/site/app/views/layouts/mozilla.thtml
+++ b/site/app/views/layouts/mozilla.thtml
@@ -75,6 +75,7 @@
echo '<!--[if IE]>'.$html->css('ie', 'stylesheet', array('media'=>'screen,projection'))."<![endif]-->\n";
echo '<!--[if lte IE 6]>'.$html->css('ie6', 'stylesheet', array('media'=>'screen,projection'))."<![endif]-->\n";
echo $html->css('remora', 'stylesheet', array('media'=>'screen,projection'))."\n";
+ echo $html->css('sugar', 'stylesheet', array('media'=>'screen,projection'))."\n";
if (!empty($cssAdd)) {
foreach ($cssAdd as $css) {
$url = $html->css($css);
diff --git a/site/app/webroot/css/sugar.css b/site/app/webroot/css/sugar.css
new file mode 100644
index 0000000..e583f5f
--- /dev/null
+++ b/site/app/webroot/css/sugar.css
@@ -0,0 +1,4 @@
+#branding > #moz {visibility: hidden;}
+#page-title {background: none;}
+#other-apps {visibility: hidden;}
+