summary refs log tree commit diff
path: root/data
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-09-24 18:16:41 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-09-24 18:16:41 +0200
commit787f63cd42025ca3143acaa9fdbd0cb3333e7c35 (patch)
tree27911c6364d6ba10cfe01abf19344a5215871e0c /data
parent12eabab2d9eea30fb07c84523a861be50d1830ca (diff)
downloadtrivium-787f63cd42025ca3143acaa9fdbd0cb3333e7c35.tar.gz
trivium-787f63cd42025ca3143acaa9fdbd0cb3333e7c35.tar.xz
trivium-787f63cd42025ca3143acaa9fdbd0cb3333e7c35.zip
Support for thumbnails
Diffstat (limited to 'data')
-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;