Skip to content

Commit c81eb98

Browse files
committed
Updated footer
1 parent c59a522 commit c81eb98

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

css/main.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ main {
196196
margin: 0.5em 0 0;
197197
}
198198

199+
footer {
200+
text-align: center;
201+
font-size: small;
202+
padding-bottom: 2em;
203+
}
204+
199205
footer small {
200206
display: inline-block;
201207
width: 100%;
@@ -251,4 +257,4 @@ ul ol {
251257

252258
.clearfix {
253259
*zoom: 1;
254-
}
260+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h4>Other documentations</h4>
146146
</div>
147147

148148
<footer class="container">
149-
<small>Samuel Vasko ~ sometime in 2015</small>
149+
Created by <a href="http://github.com/bliker">Samuel Vasko </a> <br> Maintained by <a href="https://github.com/MartiUK">Martin Kemp</a> and more outstanding <a href="https://github.com/cmderdev/cmder/graphs/contributors">contributors</a>
150150
</footer>
151151

152152
<script type="text/javascript">

0 commit comments

Comments
 (0)