Prototype's css is only for prototype
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user