diff --git a/metro-hot/css/metro-hot.css b/metro-hot/css/metro-hot.css index 14c8aab..1643422 100644 --- a/metro-hot/css/metro-hot.css +++ b/metro-hot/css/metro-hot.css @@ -708,6 +708,7 @@ textarea { .archives a { background-color: #E61E1E; color: #FFF; + line-height: 15px; float: left; margin: 10px; padding: 10px 15px; diff --git a/metro-hot/css/metro-hot.min.css b/metro-hot/css/metro-hot.min.css index dd03467..6e5a6c7 100644 --- a/metro-hot/css/metro-hot.min.css +++ b/metro-hot/css/metro-hot.min.css @@ -111,7 +111,7 @@ textarea{overflow:auto;vertical-align:top} #goCmt{bottom:55px} .archives{background-color:#323232;padding:10px;margin:5px 10px 30px 0} .archives li{list-style:none;float:left} -.archives a{background-color:#e61e1e;color:#fff;float:left;margin:10px;padding:10px 15px;white-space:nowrap;transition:all .8s} +.archives a{line-height:15px;background-color:#e61e1e;color:#fff;float:left;margin:10px;padding:10px 15px;white-space:nowrap;transition:all .8s} .archives a:hover{background-color:#fff;color:#e61e1e} .article-header{background-color:#e61e1e;margin:30px 0;padding:20px 30px;position:relative} .article-info{position:absolute;right:0;top:0}