This commit is contained in:
albert
2013-03-20 09:35:45 -07:00
parent 887cac4bb6
commit 50d2430436
2 changed files with 2 additions and 3 deletions

View File

@@ -70,10 +70,9 @@ div#page {
} }
footer#page-footer { footer#page-footer {
float: left;
clear: both; clear: both;
width: 100%; width: 100%;
margin: 1em; margin: 1em 0;
text-align: center; text-align: center;
padding-top: 1em; padding-top: 1em;
border-top: 1px solid #EEE; border-top: 1px solid #EEE;

View File

@@ -4,7 +4,7 @@ module Danbooru
class Configuration class Configuration
# The version of this Danbooru. # The version of this Danbooru.
def version def version
"2.1.0" "2.2.0"
end end
# The name of this Danbooru. # The name of this Danbooru.