Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-06-26 14:20:49 (GMT)
committer wclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-06-26 14:20:49 (GMT)
commitde47522277dc7d57c92a990de0068be2c86f78e5 (patch)
tree5d7b38609a93052d8dde87a07da8d094052667df
parent31fba67cf651678c88ec4eac0c4572b5a4e01d92 (diff)
copy site-notice css to amo2009
git-svn-id: http://svn.mozilla.org/addons/trunk@28627 4eb1ac78-321c-0410-a911-ec516a8615a5
-rw-r--r--site/app/webroot/css/amo2009/main-mozilla.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/site/app/webroot/css/amo2009/main-mozilla.css b/site/app/webroot/css/amo2009/main-mozilla.css
index 2ad7063..f98e043 100644
--- a/site/app/webroot/css/amo2009/main-mozilla.css
+++ b/site/app/webroot/css/amo2009/main-mozilla.css
@@ -2211,3 +2211,12 @@ html[xmlns] .clearfix {
background-repeat: no-repeat;
background-position: 3px -596px;
}
+
+/*** =Site-notice ***/
+#site-notice {
+ background: #ffe; border-bottom: 2px solid #ccc;
+ font-size: 110%;
+ width: 80%;
+ padding: 5px 10% 0px;
+ margin:0px;
+}