Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Aug 8, 2016
1 parent 0acc54f commit 734bfbb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/build/assets/css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/rev-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"assets/css/styles.css": "assets/css/styles-76276f8ff1.css",
"assets/css/styles.css": "assets/css/styles-74fae477a8.css",
"assets/js/scripts.js": "assets/js/scripts-707398ded8.js"
}
2 changes: 1 addition & 1 deletion resources/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ a {
}

.sites-index {
font-size: 15px;
font-size: 13px;

.site {
margin-bottom: 12px
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/partials/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="panel panel-default corner-radius">

<div class="panel-heading text-center">
<h3 class="panel-title">{{ $topic->user->name }}</h3>
<h3 class="panel-title">作者:{{ $topic->user->name }}</h3>
</div>

<div class="panel-body text-center topic-author-box">
Expand Down
12 changes: 5 additions & 7 deletions resources/views/topics/partials/topic_author_box.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@
</a>

<div class="media-body padding-top-sm">
@if($topic->user->introduction)
<div class="media-heading">
<a href="{{ route('users.show', [$topic->user_id]) }}" title="{{{ $topic->user->name }}}" class="remove-padding-left author">
{{{ $topic->user->name }}}
</a>
@if($topic->user->introduction)

<span class="introduction">
{{{ $topic->user->introduction }}}
{{{ $topic->user->introduction }}}
</span>
@endif
</div>

</div>
@endif

<ul class="list-inline">

Expand Down

0 comments on commit 734bfbb

Please sign in to comment.