Commit 25fa392d authored by q4speed's avatar q4speed

修复图片高度和大小

parent ad3297ff
...@@ -321,5 +321,5 @@ div.dataTables_wrapper div.dataTables_filter { ...@@ -321,5 +321,5 @@ div.dataTables_wrapper div.dataTables_filter {
} }
.welcome-message img { .welcome-message img {
margin: -12px 0; margin: -11px 0;
} }
\ No newline at end of file
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
{% if user.is_authenticated %} {% if user.is_authenticated %}
<a data-toggle="dropdown" class="dropdown-toggle" href="#"> <a data-toggle="dropdown" class="dropdown-toggle" href="#">
<span class="m-r-sm text-muted welcome-message"> <span class="m-r-sm text-muted welcome-message">
<img alt="image" class="img-circle" width="48" height="48" src="{{ request.user.avatar_url }}"/> <img alt="image" class="img-circle" width="40" height="40" src="{{ request.user.avatar_url }}"/>
<strong class="font-bold"> {{ request.user.name }} <strong class="font-bold"> {{ request.user.name }}
<span style="color: #8095a8"></span> <span style="color: #8095a8"></span>
<b class="caret"></b> <b class="caret"></b>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment