[extensions-web] Let's Beta! it up
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Let's Beta! it up
- Date: Wed, 28 Mar 2012 14:50:38 +0000 (UTC)
commit 815f5c0e24074c3894da3ab10aeaf88f868d7e61
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Mar 28 11:50:21 2012 -0300
Let's Beta! it up
sweettooth/static/css/sweettooth.css | 14 +++++++-------
sweettooth/templates/base.html | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 434c939..b33508e 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -75,14 +75,14 @@
}
.alpha-banner {
- -webkit-transform: rotate(7deg);
- -moz-transform: rotate(7deg);
- -ms-transform: rotate(7deg);
- -o-transform: rotate(7deg);
- transform: rotate(7deg);
+ -webkit-transform: rotate(-7deg);
+ -moz-transform: rotate(-7deg);
+ -ms-transform: rotate(-7deg);
+ -o-transform: rotate(-7deg);
+ transform: rotate(-7deg);
font-size: .6em;
- background-color: #BC4242;
- background-color: rgba(188, 66, 66, 0.7);
+ background-color: #42BC42;
+ background-color: rgba(66, 188, 66, 0.7);
color: white;
text-shadow: none;
padding: .4em;
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index 9e9b9a7..bd15c98 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -46,7 +46,7 @@
<!-- header -->
<div id="gnome_header">
<div class="maxwidth">
- <h1><a href="/"><img src="/static/images/foot.png" alt="GNOME" />Extensions</a><span class="alpha-banner">Alpha!</span></h1>
+ <h1><a href="/"><img src="/static/images/foot.png" alt="GNOME" />Extensions</a><span class="beta-banner">Beta!</span></h1>
<ul id="globalnav" class="{% block navclass %}{% endblock %}">
<li class="main"><a href="{% url extensions-index %}">Extensions</a></li>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]