summary refs log tree commit diff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-rw-r--r--data/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index e2cfc5e..476d69b 100644
--- a/data/style.css
+++ b/data/style.css
@@ -136,6 +136,22 @@ img.inline-math {
 }
 
 
+.thumbs a {
+  background-color: #ffffff;
+  outline: none;
+}
+
+.thumb img {
+  width: 220px;
+  margin: 8px 8px 0 0;
+}
+
+.thumb img.full {
+  width: 454px;
+  margin: 8px 0 0 0;
+}
+
+
 .nav {
   font-size: 12px;
   display: block;