aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangie <angie>2008-05-07 13:47:31 +0000
committerangie <angie>2008-05-07 13:47:31 +0000
commit0e36e903d728ace56b6aadbe35828e42a96024fb (patch)
treeb0083a84ee11e29740a4e84a076363a8250007cc
parentc2d6434a6c2f0be3fe9c89803180afe139d7cc6b (diff)
template has alt css removed
-rw-r--r--app/views/layouts/default.rhtml1
-rw-r--r--public/stylesheets/main.css11
2 files changed, 3 insertions, 9 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml
index adfa8207c..388ce81d2 100644
--- a/app/views/layouts/default.rhtml
+++ b/app/views/layouts/default.rhtml
@@ -12,7 +12,6 @@
</title>
<%= stylesheet_link_tag 'yucky-green', :rel => "alternate stylesheet", :title => "Yucky Green" %>
<%= stylesheet_link_tag 'main', :title => "Main" %>
- <%= stylesheet_link_tag 'alt', :rel => "alternate stylesheet", :title => "Alternative" %>
</head>
<body>
<div id="banner">
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index be4ece7ca..4f645b935 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -161,13 +161,8 @@ body
#staging
{
- border-color: #FF201D;
- border-width: 1px;
- border-style: dotted;
- clear: both;
- text-align: center;
- color: #FF201D;
- margin-top: 40px;
+ visibility: hidden;
+ overflow: default;
}
#alpha_notice
@@ -186,7 +181,7 @@ body
{
position: relative;
clear: both;
- top: 55px;
+ top: 100px;
padding: 0px;
margin: 0px auto 1.2em auto;
width: 50em;