diff --git a/admin/copyright.php b/admin/copyright.php index 28a6900e..9bcd5b66 100644 --- a/admin/copyright.php +++ b/admin/copyright.php @@ -1,10 +1,12 @@
- +
diff --git a/admin/css/style.css b/admin/css/style.css index e575257a..cc941d88 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -770,21 +770,21 @@ margin-top: 25px; * 注脚 */ .typecho-foot { - padding: 50px 0 80px; + padding: 4em 0; + color: #999; + line-height: 1.8; text-align: center; +} + +.typecho-foot .resource { + color: #CCC; +} + +.typecho-foot .resource a { + margin: 0 2px; color: #999; } -/* -.typecho-foot .copyright { - -} - - .typecho-foot .resource { - -} - */ - .typecho-foot-v2 { @@ -2034,10 +2034,3 @@ ul.autocompleter-choices span.autocompleter-queried { margin-right: 3px; float: left; } - - -/* plugin css */ - -.tDnD_whileDrag { - opacity: .5; -} \ No newline at end of file