Switched to use tags instead of include
This commit is contained in:
parent
5065c24f39
commit
f339582025
8 changed files with 59 additions and 38 deletions
|
|
@ -1,6 +1,17 @@
|
|||
body{
|
||||
margin-bottom: 200px;
|
||||
}
|
||||
/***** Msg *******/
|
||||
|
||||
.messageXX {
|
||||
border: 2px solid #039C00;
|
||||
padding: 0px;
|
||||
margin: 5px;
|
||||
background: #9BFB66 none repeat scroll 0%;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
/***** Nav *******/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue