Prototype's css is only for prototype

This commit is contained in:
Thomas FORGIONE 2015-04-27 16:41:23 +02:00
parent dd19ba6ccd
commit d0c4b3e714
2 changed files with 14 additions and 13 deletions

View File

@ -1,3 +1,17 @@
body {
overflow-y: hidden;
}
html, body {
height: 100%;
}
#main-section {
min-height: 100%;
}
#container {
position: absolute;
margin: 0 auto;
min-height: 100%;
}

View File

@ -3,16 +3,3 @@ body {
text-align: justify;
}
html, body {
height: 100%;
}
#main-section {
min-height: 100%;
}
#container {
position: absolute;
margin: 0 auto;
min-height: 100%;
}