mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 17:02:18 +00:00
Fixed rounded corner fail
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<span class="pull-right">
|
<span class="pull-right">
|
||||||
{% if object.mic %}
|
{% if object.mic %}
|
||||||
<div class="text-center img-rounded">
|
<div class="text-center">
|
||||||
<img src="{{ object.mic.profile_picture }}" class="event-mic-photo"/>
|
<img src="{{ object.mic.profile_picture }}" class="event-mic-photo img-rounded"/>
|
||||||
</div>
|
</div>
|
||||||
{% elif object.is_rig %}
|
{% elif object.is_rig %}
|
||||||
<span class="glyphicon glyphicon-exclamation-sign"></span>
|
<span class="glyphicon glyphicon-exclamation-sign"></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user