star7th 8 years ago
parent
commit
bab38994e7
2 changed files with 22 additions and 19 deletions
  1. 1 19
      Application/Home/View/Item/index.html
  2. 21 0
      Public/css/item/index.css

+ 1 - 19
Application/Home/View/Item/index.html

@@ -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">

+ 21 - 0
Public/css/item/index.css

@@ -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;
+}