1234567891011121314151617181920212223242526272829 |
- html,
- body {
- height: 100%;
-
- }
- #wrap {
- min-height: 100%;
- height: auto;
-
- margin: 0 auto -30px;
-
- padding: 0 0 30px;
- }
- #footer {
- height: 30px;
- background-color: #f5f5f5;
- }
- #footer p {
- line-height: 30px;
- margin-bottom: 0px;
- }
|