diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/home.html | 16 | 
1 files changed, 15 insertions, 1 deletions
| diff --git a/data/home.html b/data/home.html index 893f5d76..53b5a370 100644 --- a/data/home.html +++ b/data/home.html @@ -107,14 +107,28 @@ margin-right: 4px;  margin-left: 4px;  } + +.favorites{ +text-align: center; +} +  /* -------------------------------------------------------- */  /* Thumbnail class */  .thumbnail {  text-align: center; -float:left; +display: inline-block; +width:25%;  margin-bottom: 7%;  cursor: pointer; +min-width:250px; +min-height:192px; +} + +.thumbnail object{ +text-align: center; +width:228px; +height:192px;  }  /* -------------------------------------------------------- */ | 
