summaryrefslogtreecommitdiff
path: root/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/index.css')
-rw-r--r--css/index.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
new file mode 100644
index 0000000..58356ab
--- /dev/null
+++ b/css/index.css
@@ -0,0 +1,9 @@
+.thumb img {
+ max-height : 180px;
+}
+
+.caption div {
+ overflow : hidden;
+ text-overflow: ellipsis;
+ white-space : nowrap;
+}