Switched to use tags instead of include

This commit is contained in:
Ziver Koc 2018-08-08 11:35:05 +02:00
parent 5065c24f39
commit f339582025
8 changed files with 59 additions and 38 deletions

View file

@ -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 *******/