fixes #996
This commit is contained in:
@@ -70,10 +70,9 @@ div#page {
|
||||
}
|
||||
|
||||
footer#page-footer {
|
||||
float: left;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
margin: 1em;
|
||||
margin: 1em 0;
|
||||
text-align: center;
|
||||
padding-top: 1em;
|
||||
border-top: 1px solid #EEE;
|
||||
|
||||
@@ -4,7 +4,7 @@ module Danbooru
|
||||
class Configuration
|
||||
# The version of this Danbooru.
|
||||
def version
|
||||
"2.1.0"
|
||||
"2.2.0"
|
||||
end
|
||||
|
||||
# The name of this Danbooru.
|
||||
|
||||
Reference in New Issue
Block a user