Change to using SCSS instead of inline CSS

This commit is contained in:
Tom Price
2015-05-26 00:40:45 +01:00
parent d7d2a647d7
commit 25f301bc8f
4 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,9 @@ body, .pad-top {
#userdropdown > li {
padding: 0 0.3em;
}
#userdropdown > li, #activity {
.media-object {
max-width: 3em;
}

View File

@@ -45,7 +45,7 @@
<div class="list-group">
<div class="list-group-item" style="background-color: #eee;">
<h4 class="list-group-item-heading" style="margin:0;">Recent Changes</h4>
<h4 class="list-group-item-heading">Recent Changes</h4>
</div>
<div id="activity">&nbsp;</div>

View File

@@ -20,7 +20,7 @@
{% endif %}
<div class="media-left">
<a href="#">
<img class="media-object img-rounded" src="{{ version.revision.user.profile_picture}}" style="max-width: 3em;" />
<img class="media-object img-rounded" src="{{ version.revision.user.profile_picture}}" />
</a>
</div>
<div class="media-body">