add a notice that the demo is only a demo

this is for visitors who don't read the docs and just arrive at the demo site -- i want them to know that the demo is not the whole product, just an example
This commit is contained in:
ali asaria 2011-03-12 12:36:30 -05:00
parent 6749ffb0fa
commit 7f98cac326
4 changed files with 47 additions and 23 deletions

View file

@ -451,3 +451,16 @@ input:hover {
}
.notice-bar {
xbackground-color: #ccc;
opacity: .2;
padding: 0;
margin: 0;
xtext-align: center;
margin-left: 300px;
}
.notice-bar a {
color: #333;
}