summaryrefslogtreecommitdiff
path: root/css/index.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 00:27:31 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 00:27:31 +0300
commit885224d569d535b7e63ab301e4fd6cdc71c5c49b (patch)
tree30316ac1023460a53b9920e61f11f10fa87f56d0 /css/index.css
initial
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;
+}