Skip to content

Commit

Permalink
add bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
RyunPu committed Jul 12, 2016
1 parent 4961def commit cf1b961
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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-b5e9a81d02.css",
"assets/css/styles.css": "assets/css/styles-1dfe3f765c.css",
"assets/js/scripts.js": "assets/js/scripts-cb3dc114fb.js"
}
3 changes: 2 additions & 1 deletion resources/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ div#preview-box {
.rbs.row { margin-left: -10px; margin-right: -10px;}
.rbs.row div[class*="col-"] { padding-left: 10px; padding-right: 10px;}
.main-col, .side-bar { margin-bottom: 20px;}
.users-show .user-info-nav { border-bottom: 1px solid #ddd;}

// banner
.banner-container .item { position: relative; top: 0; margin-bottom: 20px; padding-top: 50%; padding-bottom: 30px; border: solid 1px #f5f5f5; border-radius: 4px; overflow: hidden; background: #fff; transition: all .3s ease;}
Expand Down Expand Up @@ -1160,4 +1161,4 @@ div#preview-box {

.users-show .list-group .list-group-item {
padding:10px 15px;
}
}

0 comments on commit cf1b961

Please sign in to comment.