Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Nov 29, 2016
1 parent d066a6e commit bab3899
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
20 changes: 1 addition & 19 deletions Application/Home/View/Item/index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
<include file="Common/header" />
<link rel="stylesheet" href="__PUBLIC__/css/item/index.css" />
<style type="text/css">
.container-thumbnails{
margin-top: 60px;
}
.thumbnails li a{
color: #888;
font-weight: bold;
height: 100px;
}
.thumbnails li a:hover,
.thumbnails li a:focus{
border-color:#f2f5e9;
-webkit-box-shadow:none;
box-shadow:none;
text-decoration: none;
background-color: #f2f5e9;
}
</style>
<link rel="stylesheet" href="__PUBLIC__/css/item/index.css?v=1.2" />
<div class="container-narrow">

<div class="masthead">
Expand Down
21 changes: 21 additions & 0 deletions Public/css/item/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,24 @@ body {
.my-item{
margin: 40px;
}

.container-thumbnails{
margin-top: 60px;
}
.thumbnails li a{
color: #777;
font-weight: bold;
height: 100px;
}
.thumbnails li a:hover,
.thumbnails li a:focus{
border-color:#f2f5e9;
-webkit-box-shadow:none;
box-shadow:none;
text-decoration: none;
background-color: #f2f5e9;
}

.masthead h3{
color: #333;
}

0 comments on commit bab3899

Please sign in to comment.