diff options
Diffstat (limited to 'stylesheet.css')
-rw-r--r-- | stylesheet.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stylesheet.css b/stylesheet.css index a1c380e..fe2b2ef 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -17,6 +17,8 @@ table, tr, td { td.options {
width: 250px;
+ max-width: 250px;
+ min-width: 250px;
padding: 2px;
padding-top: 8px;
border-top: solid 1px #000000;
@@ -63,6 +65,13 @@ td.index_header { white-space: nowrap;
}
+td.photo_name {
+ background-color: #eeeeee;
+ padding: 10px;
+ vertical-align: middle;
+}
+
+
img {
border: none;
}
|