summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/stylesheet.css b/stylesheet.css
index 8da8522..e924b4b 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -119,26 +119,29 @@ a.smalltag:hover {
color: #00aa44;
}
+a.thumblink {
+ font-size: 12px;
+}
+
+a.thumblink:hover {
+ color: #4761ab;
+}
+
#matrix,#single {
padding: 10px;
}
td.thumb {
- padding: 1px;
+ padding: 5px;
text-align: center;
}
-#outter {
- padding: 10px;
- background-color: #eeeeee;
-}
-
#inner {
- padding: 7px;
- -moz-border-radius: 1em;
- border-radius: 1em;
+ padding: 10px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
border: dashed 1px #888888;
-
+ background-color: #eeeeee;
}
#photo_details {