优化默认模板导航菜单在 IE 10 下无法负值的问题
This commit is contained in:
@@ -503,6 +503,10 @@ button {
|
||||
.front-archive {
|
||||
padding-left: 1.5em; }
|
||||
|
||||
.profile-avatar {
|
||||
border: 1px dashed #D9D9D6;
|
||||
max-width: 100%; }
|
||||
|
||||
/** 增加配置面板内部的错误样式 by 70 */
|
||||
/**
|
||||
* 安装样式
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<?php include 'page-title.php'; ?>
|
||||
<div class="colgroup typecho-page-main">
|
||||
<div class="col-mb-12 col-tb-3">
|
||||
<p><a href="http://gravatar.com/emails/" title="<?php _e('在 Gravatar 上修改头像'); ?>"><?php echo '<img class="avatar" src="http://www.gravatar.com/avatar/' . md5($user->mail) . '?s=220&r=X' .
|
||||
<p><a href="http://gravatar.com/emails/" title="<?php _e('在 Gravatar 上修改头像'); ?>"><?php echo '<img class="profile-avatar" src="http://www.gravatar.com/avatar/' . md5($user->mail) . '?s=220&r=X' .
|
||||
'&d=" alt="' . $user->screenName . '" />'; ?></a></p>
|
||||
<h2><?php $user->screenName(); ?><br><small><?php $user->name(); ?></small></h2>
|
||||
<p><?php _e('目前有 <em>%s</em> 篇 Blog,并有 <em>%s</em> 条关于你的评论在已设定的 <em>%s</em> 个分类中.',
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
@include border-radius(2px);
|
||||
// @include transition-property(background-color);
|
||||
@include transition-duration(.4s);
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -166,6 +166,11 @@ a.button:hover, a.balloon-button:hover {
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
.profile-avatar {
|
||||
border: 1px dashed #D9D9D6;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/** 增加配置面板内部的错误样式 by 70 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user