Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improve footer styles
  • Loading branch information
zoffixznet committed Jun 29, 2016
1 parent 36e4471 commit 5a57aee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 6 additions & 1 deletion assets/sass/style.scss
Expand Up @@ -376,9 +376,14 @@ h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
}

footer.pretty-box {
padding: 0 3px;
padding: 5px;
text-align: center;
font-size: 80%;
margin: 0 auto 20px;

p {
margin: 3px 0;
}
}

#TOC_title {
Expand Down
7 changes: 5 additions & 2 deletions html/css/style.css
Expand Up @@ -298,9 +298,12 @@ h1:hover .title-anchor, h2:hover .title-anchor, h3:hover .title-anchor, h4:hover
visibility: visible; }

footer.pretty-box {
padding: 0 3px;
padding: 5px;
text-align: center;
font-size: 80%; }
font-size: 80%;
margin: 0 auto 20px; }
footer.pretty-box p {
margin: 3px 0; }

#TOC_title {
font-size: 120%; }
Expand Down

0 comments on commit 5a57aee

Please sign in to comment.