changeset 46:b491a43bd5fe draft

Add class for scrolling table.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 11 Jun 2012 23:47:35 +0900
parents 1b16890d61d6
children d65174b867aa
files after5.css
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/after5.css	Mon Jun 11 00:14:40 2012 +0900
+++ b/after5.css	Mon Jun 11 23:47:35 2012 +0900
@@ -43,3 +43,10 @@
    padding: 0.1ex 1ex 0.1nex 1ex;
 }
 .screen .u {color: cyan;}
+div.memlist {
+  height: 20em; width: 90%; overflow: auto; background: white;
+  border: 3px inset;
+}
+div.memlist5 {
+  height: 5em; overflow: auto;
+}

yatex.org