Adding pictures to resources

This commit is contained in:
2014-02-14 01:09:16 -07:00
parent 8a31655fd3
commit 8425aaecd2
10 changed files with 115 additions and 41 deletions

View File

@@ -12,9 +12,9 @@
<style>
.thumbnail { height: 150px; position: relative; }
.thumbnail .ownership,
.thumbnail .disposed
.resource .thumbnail { height: 150px; position: relative; }
.resource .thumbnail .ownership,
.resource .thumbnail .disposed
{ position: absolute; top: 1px;
text-shadow:
-1px -1px 0 #fff,
@@ -22,8 +22,8 @@
-1px 1px 0 #fff,
1px 1px 0 #fff;
font-weight: bold; left: 10px; }
.thumbnail .disposed { color: red; }
.thumbnail h4 { position: absolute; bottom: 1px; margin-bottom: 1px; }
.resource .thumbnail .disposed { color: red; }
.resource .thumbnail h4 { position: absolute; bottom: 1px; margin-bottom: 1px; }
</style>