Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit e57fd6b

Browse files
committed
fix footer and nav alignment
1 parent 0a5a9ec commit e57fd6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ html, body, .not-footer {
7575
#not-footer {
7676
height: auto;
7777
min-height: 100%;
78-
margin-bottom: 88px;
7978
}
8079

8180
/*------------------------------------------------------------------------------
@@ -110,7 +109,7 @@ a.logo {
110109
font-weight: bold;
111110
text-shadow: white 1px 1px 0px;
112111
font-size: 12px;
113-
margin-top: 18px;
112+
margin: 18px 0 0 0;
114113
}
115114

116115
#header ul.nav {
@@ -150,7 +149,7 @@ a.logo {
150149
/* end */
151150

152151
/*------------------------------------------------------------------------------
153-
@group Help Sidebar
152+
@group Help Footer
154153
------------------------------------------------------------------------------*/
155154

156155
#footer-wrapper {
@@ -402,6 +401,7 @@ a.logo {
402401
position: relative;
403402
float: left;
404403
color: #393939;
404+
padding-bottom: 88px;
405405
}
406406

407407
#content em {

0 commit comments

Comments
 (0)