Version added to footer

This commit is contained in:
Mark McDowall 2013-06-14 21:02:40 -07:00
commit f94220c5ff
10 changed files with 52 additions and 18 deletions

View file

@ -56,16 +56,6 @@ html {
font-size: 13px;
}
#footer-region {
font-size: 16px;
text-decoration: none;
font-weight: lighter;
margin: 20px 0 30px 0;
a:hover {
text-decoration: underline;
}
}
#notification-region {
pre {
font-size: 12px;

View file

@ -447,11 +447,21 @@ ul.stat-list li label, ul.stat-list li h4, ul.stat-list li small, ul.stat-list l
}
footer {
padding-top: 20px;
font-size: 13px;
font-weight: lighter;
padding-top: 0px;
padding-bottom: 20px;
color: #999999;
margin: 0;
text-decoration: none;
a {
color: #999999;
text-decoration: underline;
}
p {
margin-bottom: 0px;
}
}