diff after5.css @ 46:b491a43bd5fe draft

Add class for scrolling table.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 11 Jun 2012 23:47:35 +0900
parents 399f24a71eb9
children 42f196a6c6c0
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