Renamed files from *.css.scss to *.scss

This commit is contained in:
Christoph Haas 2014-12-29 14:52:47 +01:00
parent 72753d80ab
commit d652e06cd8
4 changed files with 11 additions and 2 deletions

View file

@ -9,9 +9,10 @@
* compiled file, but it's generally better to create a new file per style scope. * compiled file, but it's generally better to create a new file per style scope.
* *
*= require_self *= require_self
*= require fancybox
*/ */
@import "foundation_and_overrides"; @import "foundation_and_overrides";
@import "my"; @import "my";
@import "jquery-fancybox/jquery.fancybox";
/*@import "jquery-raty/jquery.raty";*/ /*@import "jquery-raty/jquery.raty";*/
/*@import "fancybox";*/

View file

@ -89,10 +89,18 @@ html, body {
// Screenshot thumbnail image with name and description // Screenshot thumbnail image with name and description
.thumbnail .thumbnail
{ {
padding-bottom: 10px; padding-top: 5px !important;
padding-bottom: 5px !important;
border-radius: 10px;
margin-bottom: 10px;
text-align: center; text-align: center;
line-height: 120%; line-height: 120%;
&:hover
{
background-color: #d0d0d0;
}
.pkgname .pkgname
{ {
font-weight: 700; font-weight: 700;