Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Application/Home/View/Item/show.html
  • Loading branch information
star7th committed May 28, 2016
2 parents 5d65eca + 611ce66 commit 796fb7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Home/View/Item/show.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<include file="Common/header" />
<link rel="stylesheet" href="__PUBLIC__/css/item/show.css?1.1.1th" />
<link rel="stylesheet" href="__PUBLIC__/css/item/show.css?1.1d.1th" />


<div class="doc-head row" >
Expand Down
8 changes: 8 additions & 0 deletions Public/css/item/show.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@
margin-left: -16px;
}

@media screen and (min-width:1000px){
.doc-right{ width: 700px;}
}

@media screen and (min-width:1100px){
.doc-right{ width: 800px;}
}

@media screen and (min-width:1200px){
.doc-right{ width: 900px;}
}
Expand Down

0 comments on commit 796fb7d

Please sign in to comment.