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:
parent
6749ffb0fa
commit
7f98cac326
4 changed files with 47 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue