Skip to content
Snippets Groups Projects
Commit d9c4f7d7 authored by redray's avatar redray
Browse files

min-height for DIV page

parent 3746280f
No related branches found
No related tags found
2 merge requests!46Master,!21Master
......@@ -87,8 +87,9 @@ header, #nav, #main, footer {
}
#page {
min-width: 980px;
min-height: 820px;
max-width: 80%;
background: #fff;
background-color: #ffffff;
text-align:left;
margin: 0 auto;
padding: 10px;
......@@ -203,8 +204,7 @@ header span {
/* main
-------------------------------------------------------------- */
#main {
background: #fff;
padding: 1em 0;
padding: 1em 0 0 0;
}
/* main/sideNav + submenu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment