diff --git a/Application/Home/View/Item/index.html b/Application/Home/View/Item/index.html index 29f054381..7e5b224d7 100644 --- a/Application/Home/View/Item/index.html +++ b/Application/Home/View/Item/index.html @@ -1,23 +1,5 @@ - - +
diff --git a/Public/css/item/index.css b/Public/css/item/index.css index 72dff3166..07e12813c 100644 --- a/Public/css/item/index.css +++ b/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; +} \ No newline at end of file